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
As part of my build, I would like to check to make sure that the modules match my packages.json, but my build cannot have network dependencies so npm install will not work. shrinkwrap can do this but as far as I can tell there is not flag like --check to have it just run the check and nothing else. Would you consider adding something like this? Or is there an existing method that I can use?
As part of my build, I would like to check to make sure that the modules match my packages.json, but my build cannot have network dependencies so
npm installwill not work. shrinkwrap can do this but as far as I can tell there is not flag like--checkto have it just run the check and nothing else. Would you consider adding something like this? Or is there an existing method that I can use?Thanks!