Skip to content

Commit

Permalink
Nvm test
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 13, 2023
1 parent 5aea743 commit dd4e7c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_via_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ sudo apt-get update
sudo apt install apt-transport-https ca-certificates
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install node
#curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
#curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Expand Down

0 comments on commit dd4e7c3

Please sign in to comment.