0

I have installed all dependencies related with this project https://github.com/msfrisbie/mean-stripdown.git with the command npm install.

Then I got the next errors related only with [email protected] module:

 npm ERR! missing [email protected] required by [email protected]
 npm ERR! missing [email protected] required by [email protected]
 npm ERR! missing [email protected] required by [email protected] 
 ...

How is this possible?

1
  • Given this facts, I have installed this modules one by one and the errors go away. But this is not the correct way to fix this problem. So.... Commented Sep 9, 2013 at 14:33

1 Answer 1

1

The module you're trying to install requires Express, which requires [email protected], which is unable to find the modules you're listing. Trying use npm cache clean and then reinstalling. If that doesn't work, you can alternately completely remove the node_modules folder.

Sign up to request clarification or add additional context in comments.

1 Comment

Ok you are right, but the npm cache clean did not work for me. So I installed the [email protected] package alone then copy and paste it inside the node_modules folder of the Express module and it works. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.