Closed Tattoo closed 10 years ago
Please provide more details. It's totally unclear what you mean.
I accidentally hit enter when I didn't mean to. original issue updated
It looks you have some uneven state in npm cache, that is most likely caused by this bug: https://github.com/npm/npm/issues/4042
Please do:
$ npm cache clean
$ rm -rf node_modules/deferred
$ npm install
All should be fine after that
Other question is, which version of deferred you refer to in package.json?
Yeah it seems my npm is completely wonky. Thanks for the help!
I included deferred to my node.js project in
package.json
. After doingnpm install
, my project dies with: