Frequently-occurring problems in running reactnative programs at Terminal terminal

Source: Internet
Author: User
Tags install cocoapods

Summary of various issues:

1, unable to resolve modules Lodash (Here's an example Lodash, this lodash can be anything else.) This means that the current module is missing, so it needs to be installed)

NPM Install Lodash--save

or (make version of the command): NPM install [email protected]

2. [Email protected] should be installed With-g

NPM install [email protected]-G

3, unable to resolve module react from ... (Same as 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 the this system.

sudo gem install rails// installation

6. Terminal Install pod error :

Pod not found after install, "pod Setup" returns:could not find ' cocoapods ' (>= 0) among + total gem (s) (Gem::loaderr Or

sudo gem install Cocoapods

Frequently-occurring problems in running reactnative programs at Terminal terminal

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.