资源:
1.node版本管理工具nvm:
下载地址:https://nvm.uihtm.com/nvm-1.1.12-setup.zip
2.node各版本:
https://nodejs.org/en/about/previous-releases
3.nodejs:
下载地址:https://nodejs.org/zh-cn/download/prebuilt-installer
4.npm淘宝仓库地址:
npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npm.taobao.org
错误原因:
版本不一致,未正确安装node_modules文件,未正确安装nodejs,node仓库地址有问题
方法:
版本管理器切换版本,安装node_modules文件,安装nodejs,更换仓库地址
(全文完)