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

Need an option to ignore private packages #84

Open
simongong opened this issue Aug 24, 2015 · 1 comment
Open

Need an option to ignore private packages #84

simongong opened this issue Aug 24, 2015 · 1 comment

Comments

@simongong
Copy link

If private packages(a.k.a. scoped packages) are used in a project, running

$ npm-shrinkwrap

will end up with

removing xxx/node_modules/@scope
installing  xxx/node_modules/@scope/package http://registry.npm.scope.com/package/download/
spawn /bin/sh ENOENT
something went wrong. Did not write npm-shrinkwrap.json

How about adding an option to the cli, like $ npm-shrinkwrap --ignore-private, which means ignore the correctness check for scoped packages.

Thanks.

@doughsay
Copy link

+1

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

2 participants