-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Migrate from uber/npm-shrinkwrap to regular npm shrinkwrap
#18559
Comments
Is this still valid @cvrebert? |
Affirmative. |
Do you want me to make a test branch against v4-dev for this? I'm all for reducing the dependencies if we can. |
Sure. |
You still don't want npm-shrinkwrap.json in root? It would make things simpler. This is with the file moved in root: v4-dev...v4-dev-rm-shrinkwrap-dep |
This is now more important since https://news.ycombinator.com/item?id=11340510 has made |
If you don't need the dest change, the patch is ready :P |
npm shrinkwrap
instead of uber/npm-shrinkwrapnpm shrinkwrap
I'll make the dest change and try to avoid grunt-exec. |
👍 Feel free to push to this branch. Should we also backport this to master too? |
If we're currently using uber/npm-shrinkwrap there too, then yes. I'll backport the patch once it's finalized. |
Ports #19604 to v3. Special thanks to @kikinteractive, @azer, and @npm.
…#18559 Ports twbs#19604 to v3. Special thanks to @kikinteractive, @azer, and @npm.
Fixes #19596.
The shrinkwrap output consistency issue has allegedly been fixed in npm@3: npm/npm#10731
The text was updated successfully, but these errors were encountered: