create-react-app-不能使用npm install
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了create-react-app-不能使用npm install相关的知识,希望对你有一定的参考价值。
我从未在Rails的独立项目中使用过react。 我今天想create-react-app
,所以我运行了create-react-app myapp
。
npm start
,一切顺利进行,直到我想添加一些npm软件包,比如说flow-bin
:
当我运行npm install --save-dev flow-bin
它说:
npm WARN gentlyRm not removing /mypath/myapp/node_modules/espree/node_modules/.bin/acorn as it wasn't installed by /mypath/myapp/node_modules/espree/node_modules/acorn
npm notice created a lockfile as package-lock.json. You should commit this file.
+ flow-bin@0.47.0
added 1 package and removed 1096 packages in 15.55s
当我尝试运行npm start
,也出现了一些错误。 这是错误吗? 为什么npm install
删除我的软件包?
版本:
- NPM-5.0.3
- 节点-7.10.0
- 创建反应应用-1.3.1
以上是关于create-react-app-不能使用npm install的主要内容,如果未能解决你的问题,请参考以下文章
在使用 create-react-app 创建项目时有啥方法可以使用 NPM 而不是 Yarn
使用 create-react-app 在 npm 运行构建时出错
react使用create-react-app后npm start报错
react使用create-react-app后npm start报错