File: nvm-setup

package info (click to toggle)
emacspeak 53.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,740 kB
  • sloc: lisp: 56,394; xml: 52,463; tcl: 1,333; cpp: 1,168; sh: 859; makefile: 739; python: 547; perl: 509; javascript: 191; ansic: 82
file content (8 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# $HOME/.nvm holds git clone of 
# https://github.com/creationix/nvm.git
export NVM_DIR=$HOME/.nvm
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" "--no-use"  
  nvm install stable 
nvm use --delete-prefix stable --silent
export NODE_DISABLE_COLORS=1
export NODE_NO_READLINE=1