Closed
Description
openedon May 10, 2016
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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment