You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from #4772 (comment), which unfortunately did not directly link to a verbose explanation like https://bower.io/blog/2017/how-to-migrate-away-from-bower/, we know that bower is deprecating itself and suggesting users to migrate away from it, i.e. to yarn. This issue covers the transitioning process and collects implied changes. As there was no current open issue about the subject, it is left here to revive the discussion.
Steps to Reproduce
When we scaffold a new Polymer project following the Toolbox Set Up instructions, we are asked to use Bower for maintaining dependencies.
Expected Results
In the future, we may want to be asked to set up Yarn accordingly.
#4772 discusses the change from our relative imports to absolute imports. In other words the change implies that Polymer bower_components are always in the root directory. This assumption is incorrect, so we can not make all our imports absolute.
Regarding the transition away from bower and adopting the npm ecosystem, that is tracked in #326 More specifically, https://github.com/Polymer/polymer-modulizer/blob/master/docs/polymer-3-element-status.md contains the status of all our elements whether they are installable by npm (e.g. not with bower). Once the modulizer effort is finished, we have transitioned away from bower and can use npm.
Description
Coming from #4772 (comment), which unfortunately did not directly link to a verbose explanation like https://bower.io/blog/2017/how-to-migrate-away-from-bower/, we know that
bower
is deprecating itself and suggesting users to migrate away from it, i.e. toyarn
. This issue covers the transitioning process and collects implied changes. As there was no current open issue about the subject, it is left here to revive the discussion.Steps to Reproduce
When we scaffold a new Polymer project following the Toolbox Set Up instructions, we are asked to use Bower for maintaining dependencies.
Expected Results
In the future, we may want to be asked to set up Yarn accordingly.
Actual Results
@TimvdLippe said in #4772 (comment)
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: