npm should be run outside of the Node.js REPL, in your normal shell
错误:npm should be run outside of the Node.js REPL, in your normal shell在搭建vue环境时报错,设置缓存文件夹npm config set cache "D:\vueProject\nodejs\node_cache"和设置全局模块存放路径npm config set prefix “D:\vueProject\nodejs\no
·
错误:
npm should be run outside of the Node.js REPL, in your normal shell
在搭建vue环境时报错,
设置缓存文件夹
npm config set cache "D:\vueProject\nodejs\node_cache"和
设置全局模块存放路径
npm config set prefix “D:\vueProject\nodejs\node_global”,
不应该在node中进行,应该在电脑中的cmd中进行操作。
更多推荐




所有评论(0)