在终端terminal运行ReactNative程序经常出现的问题
Posted Skye_Agent
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在终端terminal运行ReactNative程序经常出现的问题相关的知识,希望对你有一定的参考价值。
各种问题汇总:
1、Unable to resolve modules lodash (这里举例lodash,这个lodash也可以是别的。意思就是缺少当前模块,所以需要安装)
npm install lodash --save
或(制定版本的命令): npm install [email protected]
2、[email protected] should be installed with -g
npm install [email protected] -g
3、Unable to resolve module react from ... (同1)
npm install react --save
npm install --save [email protected]^0.14.5
4、Command `run-iOS` unrecognized. Did you mean to run this inside a react-native project?
npm install -g react-native-cli
npm install --save [email protected]
5、Rails is not currently installed on this system.
sudo gem install rails //安装
6、终端install pod报错:
sudo gem install cocoapods
以上是关于在终端terminal运行ReactNative程序经常出现的问题的主要内容,如果未能解决你的问题,请参考以下文章
Pig 未运行:未处理的内部错误。 jline.Terminal.getTerminal()Ljline/终端;