今天介绍一下npm install常见四种报错情况以及解决方案:
报错一:
mpm ERR! Unexpected end of JSON input while parsing near ...
npm ERR! errno -4048
npm ERR! syscall scandir
解决方案
npm cache clean --force npm install
报错二:
npm error! I've never called! npm ERR! This is an error with npm itself.
解决方案
1.删除NPM文件夹uuModules下的节点 2. 删除当前项目文件夹的node_modules 3. 删除package-lock.json文件 4. npm cache clean --force 5. npm install
报错三:
npm ERR!chromedriver@2.46.0install:`node install。js` npm ERR! Exit status 1
npm ERR! deasync@0.1.21 install: `node ./Build. js` npm ERR! Exit status 1
npm ERR! phantomjs-prebuilt@2.1.13 install: `node install.js` npm ERR! Exit status 1
解决方案
类似企业所有的执行 node 命令的报错,基本都可以用我们这个研究方法进行解决# npm install --ignore-scripts npm install deasync@0.1.21 --ignore-scripts
报错四:
Cannot download ‘xxxx‘ HTTP error 404 Not Found
解决方案
默认下载路径上无法找到对应的资源文件,直接手动修改包的下载地址即可# Binary site https://npm.TaoBao. Organization / mirror / node sass Phantom= http://10.25.220.15:8080