diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index 730cc289275..85c25066330 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -63,11 +63,9 @@ changes in the filesystem. It is highly recommended you install it for better pe
We recommend installing Node.js and Python2 via Chocolatey, a popular package manager for Windows. Open a Command Prompt as Administrator, then run:
You can find additional installation options on Node.js's Downloads page.
Node.js comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
Node.js comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
If you get an error like
Cannot find module 'npmlog', try installing npm directly:curl -0 -L http://npmjs.org/install.sh | sudo sh.
Node.js comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
If you get a permission error, try using sudo:
sudo npm install -g react-native-cli.If you get an error like
Cannot find module 'npmlog', try installing npm directly:curl -0 -L http://npmjs.org/install.sh | sudo sh.
Node.js comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
If you get an error like
Cannot find module 'npmlog', try installing npm directly:curl -0 -L http://npmjs.org/install.sh | sudo sh.
The easiest way to install Xcode is via the Mac App Store. Installing Xcode will also install the iOS Simulator and all the necessary tools to build your iOS app.