在安装webpack的过程中,出现了一个报错npm install ERR! code E400/E404
解决方法:
1.查看npm配置文件 是否有错误:
执行 npm config edit 查看配置文件信息
执行
npm rebuild node-sass
npm update
npm install -g npm 升级npm
npm -v
2. 重新安装
nodejs
原文地址点击这里