create-react-app-不能使用npm install

少年乘勇气,百战过乌孙。这篇文章主要讲述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

【create-react-app-不能使用npm install】当我尝试运行npm start ,也出现了一些错误。这是错误吗?为什么npm install删除我的软件包?
版本:
  1. NPM-5.0.3
  2. 节点-7.10.0
  3. 创建反应应用-1.3.1

    推荐阅读