Install issue with VUE.js JavaScript

33 views Asked by At

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

This is the debug.log file click here

1

There are 1 answers

0
Aritra Chakraborty On

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.