Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

NPM shrinkwrap packages everything under node_modules regardless #120

Open
jdkb123 opened this issue Oct 27, 2016 · 0 comments
Open

NPM shrinkwrap packages everything under node_modules regardless #120

jdkb123 opened this issue Oct 27, 2016 · 0 comments

Comments

@jdkb123
Copy link

jdkb123 commented Oct 27, 2016

I have package.json that has devdependancies and dependencies listed. I then did npm install and that installed all the packages locally under node_modules folder. Now when I run npm shrinkwrap, I expected the npm-shrinkwrap.json to contain only the dependencies and their chain. Instead I see that it just simply went thru node_modules and just everything there in npm-shrinkwrap.json.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant