Skip to content
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

Conflicts with NPM Shrinkwrap #181

Closed
joncursi opened this issue May 10, 2016 · 3 comments
Closed

Conflicts with NPM Shrinkwrap #181

joncursi opened this issue May 10, 2016 · 3 comments

Comments

@joncursi
Copy link

After installing this package from NPM, I am running into conflicts with npm shrinkwrap.

$ npm shrinkwrap --dev

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "shrinkwrap" "--dev"
npm ERR! node v5.11.0
npm ERR! npm  v3.8.7

npm ERR! Problems were encountered
npm ERR! Please correct and try again.
npm ERR! extraneous: undefined /Users/jcursi/Sites/joncursi/redbird/node_modules/@kadira/.meteor-portable
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:

Only way to get past this is to uninstall the package and re-install the package, and rerun the shrinkwrap command which is a pain. Any idea why this is happening?

@joncursi
Copy link
Author

npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'shrinkwrap',
1 verbose cli   '--dev' ]
2 info using npm@3.8.7
3 info using node@v5.11.0
4 verbose stack Error: Problems were encountered
4 verbose stack Please correct and try again.
4 verbose stack extraneous: undefined /Users/jcursi/Sites/joncursi/redbird/node_modules/@kadira/.meteor-portable
4 verbose stack     at shrinkwrap_ (/usr/local/lib/node_modules/npm/lib/shrinkwrap.js:101:15)
4 verbose stack     at /usr/local/lib/node_modules/npm/lib/shrinkwrap.js:36:5
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/iferr/index.js:13:50
4 verbose stack     at /usr/local/lib/node_modules/npm/lib/install/deps.js:121:5
4 verbose stack     at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:7:26)
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:18:7
4 verbose stack     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
4 verbose stack     at /usr/local/lib/node_modules/npm/lib/install/deps.js:121:5
4 verbose stack     at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:7:26)
4 verbose stack     at /usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:18:7
5 verbose cwd /Users/jcursi/Sites/joncursi/redbird
6 error Darwin 15.4.0
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "shrinkwrap" "--dev"
8 error node v5.11.0
9 error npm  v3.8.7
10 error Problems were encountered
10 error Please correct and try again.
10 error extraneous: undefined /Users/jcursi/Sites/joncursi/redbird/node_modules/@kadira/.meteor-portable
11 error If you need help, you may report this error at:
11 error     <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]

@nwwells
Copy link

nwwells commented Jun 1, 2016

FWIW, I'm using shrinkwrap and didnt' run into anything like that. Did you try npm prune?

@arunoda
Copy link
Member

arunoda commented Aug 3, 2016

I am sure it's fixed by now or not related to storybook.

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

No branches or pull requests

3 participants