We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c57180 commit 52ef598Copy full SHA for 52ef598
onyxia-init.sh
@@ -0,0 +1,9 @@
1
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
2
+
3
+export NVM_DIR="$HOME/.nvm"
4
+[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
5
+[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
6
7
+nvm install 20
8
9
+npm install -g yarn
0 commit comments