目录
问题一:
问题二:
node.js安装分享:
node.js重装参考:
问题一:
使用(npm install express -g)报错:
config global --global -local are deprecated. Use --location=global instead
解决方法:
修改nodejs的文件权限
编辑安装目录四个名为npm, npm.cmd, npx,npx.cmd的文件,将(prefix -g)改为(prefix --location=global)
使用命令:
npm install express --location=global //安装常用express模块
问题二:
Error: EPERM:operation not permitted, scandir 'D: Program Files nodejs node cachel logs'
operation not permitted, scandir 'D: Program Files nodejs node_cache logs
解决方法:
【属性】-【安全】-【system的权限】-【全部控制】
node.js安装分享:
Nodejs安装教程_彭佼的博客-CSDN博客
node.js重装参考:
win10 node.js卸载、安装、配置详解_卸载node_黎陌MLing的博客-CSDN博客