React Native Building development environment

Source: Internet
Author: User

You can now install only on Mac systems.

1. First, HomeBrew

This is a package management library that is used to download other tools.

Open website: brew.sh

Web page has a command

/usr/bin/ruby-e "$ (curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run the above command on the command line and follow the prompts to install it.

2. NVM

Version manager for node. js

Brew Install NVM

After installation, this is written in the prompt.

You should create NVM's working directory if it doesn ' t exist:  mkdir ~/.nvmadd The following to ~/.bash_profile or you R desired shellconfiguration file:  export nvm_dir= "$HOME/.NVM"  . "$ (Brew--prefix NVM)/nvm.sh"

, let's create the run directory of the NVM:

mkdir ~/.NVM

To modify an environment variable:

Vim ~/.bash_profile

No effect after modification, I executed the following two lines separately

  Export nvm_dir= "$HOME/.NVM"  . "$ (Brew--prefix NVM)/nvm.sh"

React Native Building development environment

Related Article

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.