大家好,又见面了,我是你们的朋友全栈君。
命令提示窗口:
npm root -g
查看全局安装的包,找到路径配置到环境变量中
默认:
C:\Users\mz\AppData\Roaming\npm\node_modules
NODE_PATH
修改 npm 全局包路径
//指定npm 全局安装包的存放路径
npm config set prefix "D:\dev\nodejs\node_modules\npm\node_global_modules"
//指定npm 下包缓存路径
npm config set cache "D:\dev\nodejs\node_modules\npm\node_cache"
1、npm install出现”Unexpected end of JSON input while parsing near”错误解决方法
运行
npm cache clean --force
即可解决pm install出现”Unexpected end of JSON input while parsing near”错误。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/136287.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...