Skip to content

dewasmd/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

dev-setup

note:

  • mac user only
  • make sure homebrew already installed on our machine
Command Functionality
brew install nvm install nvm using homebrew
source $(brew —prefix nvm)/nvm.sh to make nvm available every time when we open a new terminal
nvm ls-remote show a list of available nodejs versions (add --lts flag to check nodejs lts version)
nvm ls show all nodejs version that already installed
nvm install [version] install specific nodejs version
nvm use [version] switch to specific nodejs version
nvm alias default [version] make specific nodejs version as default
nvm uninstall [version] remove spesific nodejs version
npm install -g pnpm install pnpm using npm
nvm -v check current nvm version
node -v check current nodejs version
pnpm -v check current pnpm version

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published