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

deferred does not install dependencies #31

Closed
Tattoo opened this issue May 28, 2014 · 5 comments
Closed

deferred does not install dependencies #31

Tattoo opened this issue May 28, 2014 · 5 comments

Comments

@Tattoo
Copy link

Tattoo commented May 28, 2014

I included deferred to my node.js project in package.json. After doing npm install, my project dies with:

module.js:333
throw err;
      ^
Error: Cannot find module 'es5-ext/lib/Object/extend'
    at Function.Module._resolveFilename (module.js:331:15)
    at Function.Module._load (module.js:273:25)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/my/project/node_modules/deferred/lib/index.js:8:14)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
@Tattoo Tattoo changed the title deferred s install dependencies deferred does not install dependencies May 28, 2014
@medikoo
Copy link
Owner

medikoo commented May 28, 2014

Please provide more details. It's totally unclear what you mean.

@medikoo medikoo closed this as completed May 28, 2014
@Tattoo
Copy link
Author

Tattoo commented May 28, 2014

I accidentally hit enter when I didn't mean to. original issue updated

@medikoo
Copy link
Owner

medikoo commented May 28, 2014

It looks you have some uneven state in npm cache, that is most likely caused by this bug: npm/npm#4042

Please do:

$ npm cache clean
$ rm -rf node_modules/deferred
$ npm install

All should be fine after that

@medikoo
Copy link
Owner

medikoo commented May 28, 2014

Other question is, which version of deferred you refer to in package.json?

@Tattoo
Copy link
Author

Tattoo commented May 28, 2014

Yeah it seems my npm is completely wonky. Thanks for the help!

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

No branches or pull requests

2 participants