当前位置:网站首页>npm Warn config global `--global`, `--local` are deprecated. Use `--location=global` instead
npm Warn config global `--global`, `--local` are deprecated. Use `--location=global` instead
2022-07-20 19:17:00 【金澜】
由于使用了nvm管理node版本,在安装完成node -v 16.15.1
版本之后,查询npm版本出现了警告,如下图:
百度翻译了一下:
npm Warn config global
--global
,--local
are deprecated. Use--location=global
instead
翻译:不推荐使用npm Warn config global “–global”、“–local”。使用“–location=global”代替
解决方法:
找到你的nvm文件夹下的出现以上警告的node版本文件夹,找到npm、npm.cmd文件,以txt文本打开并查找prefix -g
,替换为prefix --location=global
;重新打开命令行,输入npm -v
便不会再出现警告信息。
替换后:
边栏推荐
- 科学计算工具包SciPy图像处理
- 可行性研究报告应包括的内容
- Detailed explanation of zero length array in C language (2)
- 主流浏览器版本检测
- 渗透测试-xml注入以及xxe漏洞
- IO文件输入输出流
- 东风柳汽:创新引领高质量发展 用过硬产品赢得市场
- What are the main aspects of troubleshooting when DTS write module delays writing to the target database?
- 教你炒股票2:没有庄1家,有的只是赢家和输家
- 【MLFP】《Face Presentation Attack with Latex Masks in Multispectral Videos》
猜你喜欢
随机推荐
【服务器数据恢复】断电导致存储raid6阵列瘫痪的数据恢复案例
Machine learning notes: VIT (paper an image is worth 16x16 words: transformers for image recognition at scale)
信息系统项目管理师---第十章 项目沟通管理和项目干系人管理
ES6基本了解
联想Filez助力中水北方实现文件安全高效管理
测试计划应包括的内容
可行性研究报告应包括的内容
[Estimation de la page d'accueil] estimation de la page d'accueil de l'image profonde
三层交换机/路由器OSPF配置详解【华为eNSP实验】
Know and use log tool Loki
Laravel used with JWT
CAD网页中实现嵌套打印
安防视频监控平台EasyCVR数据库字段无法更新,如何优化?
短视频带货源码, 文本上下滚动和图片闪烁
浙江的哪个银行网点可以买到ETF基金产品?
The source code of the live broadcast system is automatically filled in when logging in
高并发下如何防重?
【Homography Estimation】《Deep Image Homography Estimation》
设置Shell脚本开机自启
科学计算工具包SciPy傅里叶变换