nodenv
Manage your app's Node.js environment
File Explorer
Download Latest Version (.zip)- lint.yml
- release.yml
- sync-default-branch.yml
- test.yml
- wiki.yml
- dependabot.yml
- nodenv
- _nodenv
- nodenv.bash
- nodenv.fish
- nodenv
- nodenv---version
- nodenv-commands
- nodenv-completions
- nodenv-exec
- nodenv-global
- nodenv-help
- nodenv-hooks
- nodenv-init
- nodenv-local
- nodenv-prefix
- nodenv-rehash
- nodenv-root
- nodenv-sh-rehash
- nodenv-sh-shell
- nodenv-shims
- nodenv-version
- nodenv-version-file
- nodenv-version-file-read
- nodenv-version-file-write
- nodenv-version-name
- nodenv-version-origin
- nodenv-versions
- nodenv-whence
- nodenv-which
- npx.bash
- preversion
- pull-rb
- nodenv.1
- nodenv.1.adoc
- nodenv-echo
- --version.bats
- commands.bats
- completions.bats
- exec.bats
- global.bats
- help.bats
- hooks.bats
- init.bats
- local.bats
- nodenv.bats
- npx.bats
- prefix.bats
- rehash.bats
- shell.bats
- shims.bats
- test_helper.bash
- version-file-read.bats
- version-file-write.bats
- version-file.bats
- version-name.bats
- version-origin.bats
- version.bats
- versions.bats
- whence.bats
- which.bats
- .gitattributes
- .gitignore
- .vimrc
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/nodenv/nodenv
Downloads the entire project code from GitHub to your computer.
cd nodenv
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install nodenv
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install testdouble
Downloads and installs the libraries listed in package.json.
$ npm prefix -g
Type this command into your terminal and run it.
$ nodenv which npm
Type this command into your terminal and run it.
/Users/will/.nodenv/versions/24.1.0/bin/npm
Type this command into your terminal and run it.
$ nodenv whence yarn
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
