创建react工程报错:npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not
Posted mask哥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建react工程报错:npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not相关的知识,希望对你有一定的参考价值。
分析:tar版本过低,需要升级tar版本。
执行如下命令:
npm install -g tar
继续创建hello工程:create-react-app hello-app,成功!
以上是关于创建react工程报错:npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not的主要内容,如果未能解决你的问题,请参考以下文章
npm报错:npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.