Node: npm install issue

Created on 20 Nov 2016  Â·  2Comments  Â·  Source: nodejs/node

  • Version:
  • Platform:
  • Subsystem:

Today I updated npm with command "npm install npm@latest -g". After updating when I use command "npm install" it download about 5 gb packages as local packages for every project and some time give unexpected error please see screenshot
http://prntscr.com/d9o4c1
I am really disappointed with node/npm so please let me know solution for this

Regards

invalid npm

Most helpful comment

For the future, it would be great if you could take issues about npm to https://github.com/npm/npm, or general questions like this to https://github.com/nodejs/help.

please see screenshot

If you don’t mind me giving you a few tips for reporting issues:

  • Giving screenshots that only contain text are really, really unhelpful. If you see an error message, copy the text as text.
  • Don’t link to external sites that require Javascript to display content. If you really _need_ an image, link to the image itself (or use GitHub’s builtin image upload functionality).
  • If the error message contains text like “Please include the following file with any support request:”, then do that.

All 2 comments

Its not a node issue. typings is not installed in your machine. Install npm install -g typings

For the future, it would be great if you could take issues about npm to https://github.com/npm/npm, or general questions like this to https://github.com/nodejs/help.

please see screenshot

If you don’t mind me giving you a few tips for reporting issues:

  • Giving screenshots that only contain text are really, really unhelpful. If you see an error message, copy the text as text.
  • Don’t link to external sites that require Javascript to display content. If you really _need_ an image, link to the image itself (or use GitHub’s builtin image upload functionality).
  • If the error message contains text like “Please include the following file with any support request:”, then do that.
Was this page helpful?
0 / 5 - 0 ratings

Related issues

mcollina picture mcollina  Â·  3Comments

addaleax picture addaleax  Â·  3Comments

vsemozhetbyt picture vsemozhetbyt  Â·  3Comments

srl295 picture srl295  Â·  3Comments

stevenvachon picture stevenvachon  Â·  3Comments