我是靠谱客的博主 美好小鸽子,最近开发中收集的这篇文章主要介绍npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive se,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
全局安装:npm i -g create-react-app
原因:tar版本过低,需要升级tar版本。
解决步骤:
1.执行 npm install -g tar
2.无法解决
3.查看npm 、node版本(确保在Node 14.0.0 、npm 5.6以上)
4.执行 npx create-react-app my-app
npm install -g create-react-app ==》 create-react-app my-app
等价于
npx create-react-app my-app
npx create-react-app my-app命令会临时安装 create-react-app 包,命令完成后create-react-app 会删掉,不会出现在 global 中。下次再执行,还是会重新临时安装。
最后
以上就是美好小鸽子为你收集整理的npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive se的全部内容,希望文章能够帮你解决npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive se所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复