VUE: How to Solve NPM Always Install Error

In a project, errors are always reported when installing dependent modules. The errors reported are as follows

solutions

firstly install npm install --ignore-scripts
then use npm install

Read More: