-1

When I am trying to install NPM package in my machine. Getting this error.

This is the debug.log file click here

rene
  • 41,474
  • 78
  • 114
  • 152
jual ahmed
  • 439
  • 5
  • 14
  • Removed tags from title; trademark capitalization; acronym capitalization; grammar. Please add the error message as text, not as an image. No one can find this question (and their answers) in the future if it doesn't mention the error text. – rene Aug 05 '18 at 12:54

1 Answers1

1

From this issue and this issue it seems that there is a problem with the npm cache which in turn problem of the certain npm mirror of what you are using.

npm cache clean --force

do this and install it again. This seems to fix the problems.

Aritra Chakraborty
  • 12,123
  • 3
  • 26
  • 35