当前位置:网站首页>npm WARN deprecated [email protected] This version of tar is no longer supported, and will not receive
npm WARN deprecated [email protected] This version of tar is no longer supported, and will not receive
2022-08-02 11:08:00 【m0_67393295】
全局安装:npm i -g create-react-app
分析:tar版本过低,需要升级tar版本。
解决:
1.执行如下命令:
npm install -g tar
若依旧无效
2.首先确认Node >= 14.0.0 and npm >= 5.6
3.执行如下命令
npx create-react-app create-react-app
…
npm install -g create-react-app
create-react-app my-app
等价于
npx create-react-app my-app
这条命令会临时安装create-react-app
包,命令完成后create-react-app
会删掉,不会出现在 global 中。下次再执行,还是会重新临时安装。
拓展:
npx是npm5.2之后发布的一个命令
npx
会自动查找当前依赖包中的可执行文件,如果找不到,就会去PATH
里找。
如果依然找不到,就会帮你安装
npx是什么?_前端菜鸡小卒的博客-CSDN博客_npx是什么
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
猜你喜欢
随机推荐
After 21 years of graduation, I switched to software testing. From 0 income to a monthly salary of over 10,000, I am really lucky...
为什么要使用BGP?
同样做软件测试,和月收入 3W 的学弟聊了一晚上,我彻底崩溃了
QT笔记——QT类反射机制简单学习
Failed to configure mysql, what's going on?
当POC遇见RPA:RPA项目顺利实施的关键
Mysql事务隔离级别与MVCC(多版本并发控制)
Coroutines and Lifecycle in Kotlin
Turning and anti-climbing attack and defense
ES2020-23简单易懂又实用的精选特性讲解 日常开发必备干货!
yolo格式(txt)数据集转VOC(xml)
LayaBox---TypeScript---Mixins
MySQL百万数据优化总结 一
情景剧《重走长征路》上演
leetcode: 200. Number of islands
Hello, my new name is "Bronze Lock/Tongsuo"
Mysql环境变量的配置(详细图解)
ansible module --copy module
MSYS2 QtCreator Clangd code analysis can not find mm_malloc.h problem remedy
ECCV22|PromptDet:无需手动标注,迈向开放词汇的目标检测