欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

This version of tar is no longer supported, and will not receive security updates.

卸载新版本 使用旧版本 


Vue安装node-sass报以下错误,可能是因为node版本过高导致可以尝试降到@10.16.0版本


npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.


node版本查看/修改方法


1.先查看当前版本node -v

2.全局下载 n npm install -g n,mac如果权限不够可以使用sudo npm install -g n

3.n ls列出所有版本,高亮的就是你有的,灰色的就是版本库里有你本地没有的

4.sudo n 10.16.0修改node版本

5.n remove 删除版本号

6.n use 指定版本


然后重新安转npm i -D  node-sass@xxx指定版本

————————————————

版权声明:本文为CSDN博主「沵算what。」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。

原文链接:

来自  https://blog.csdn.net/weixin_45257400/article/details/124580058



普通分类: