Skip to content

Instantly share code, notes, and snippets.

View madhu-sagar's full-sized avatar
🎯
Focusing

Madhu Sagar madhu-sagar

🎯
Focusing
View GitHub Profile
@madhu-sagar
madhu-sagar / setting-quokka-with-nvm.txt
Last active May 26, 2022 19:33
Setting up quokka with nvm in ubuntu
1) create a new directory in ~/.nvm/versions/node by
cd ~/.nvm/versions/node
mkdir /current
cd ./current
mkdir bin
2) in the bash config file at ~/.bashrc , place the following commands at end
export NVM_SYMLINK_CURRENT=$(nvm which current)