命令start
未被认可。确保您已经运行了npm install
,并且您在一个反应生态项目中。npm err!代码elifecyclenpm err!Errno 1npm err!@开始:react-native start
npm err!退出状态1npm err!npm err!在 @ start脚本上失败。npm err!这可能不是NPM的问题。上面可能还有其他记录输出。
npm err!可以在以下方式中找到此运行的完整日志npm err!C: Users ishan appData roaming npm-cache_logs 2019-02-24T11_24_50_101Z-debug.log.log
您在package.json
start
脚本您的package.json
必须具有start
脚本这样的脚本 -
{
"scripts": {
"start": "react-native-scripts start"
}
}