删除了之后再次运行查看是否删除成功:create-react-app -V 或 create-react-app --version 2、接着继续安装npm install -g create-react-app,如果在安装过程中报如下错误时,那么就要找到create-react-app的文件夹位置并删除 这两步操作之后,继续全局安装npm install -g create-react-app,并查看版本号 3、安装成...
npm install --save react@17.0.1 create-react-app升级 第一步需要先查看create-react-app最新版本 npm info create-react-app 1. 接着查看你当前的create-react-app版本,如果你的版本是小于最新版本的话,那就需要继续往下看。 create-react-app -V or create-react-app--version 第二步:如果你的版本是小于...