Install Node.js
Last updated
Was this helpful?
Last updated
Was this helpful?
This is Bevry's supported guide for installing on your computer as well as any other required dependencies for your particular system. This guide is Bevry's supported guide, as we've found other guides will leave you with an incorrectly configured environment causing permission errors and missing executables that are hard to track down.
Install Command Line Tools:
Xcode may or may not be necessary for the above command, if it fails, , and try again.
Ensure correct permissions are set for /usr/local
:
Uninstall any previous Node.js versions you may already have
Install NVM by running the following in Terminal:
Install Node.js by running the following in Terminal:
IMPORTANT. When installing, make sure you install with the option of making git available to the windows command line.
lets you install multiple versions of Node.js to your local user directory, enabling easy upgrades and version switching, without the permission troubles that are common with non-NVM setups.