-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm WARN deprecated bower@1.8.2 ... migrating to Yarn #10937
Comments
bower is dead. We will probably move the dependency to npm. npm and yarn are not API compatible and use different lock files. We can not manage 2 lock files and package managers at the same time (I guess so). |
@DanielRuf See yarnpkg/yarn#3614, there's some interesting discussions up there. |
There is still no decision afaik yarnpkg/yarn#3614 (comment) |
Yeah but some solutions:
|
Wouldn't we then have to purge one of them regularly and reconvert / regenerate it? |
We would have to do that only when we would like to update our dependencies. Why |
The merge-policy Because npm has a wider adoption and less issues and shrinkwrap and package-lock are more battle tested than yarn.lock and already longer available. But it is just my opinion on managing both dependency managers. |
👍 fair enough |
Related: foundation/foundation-cli#87 @ncoden is it appropriate for this issue to remain open here on the |
We can easily switch to npm. Shall I provide some PRs? |
Following the @colin-marshall's comment, closing this in favor of foundation/foundation-cli#87 |
How to reproduce this bug:
npm install --global foundation-cli
What should happen:
installation foundation-cli
What happened instead:
installation foundation-cli failed with deprecated message:
npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
Foundation Version(s) you are using: 6.4
Do we need to take action on this?
The text was updated successfully, but these errors were encountered: