near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

[BUG] Addd to Gitpod shell config #233

Open willemneal opened 3 years ago

willemneal commented 3 years ago

Currently in gitpod we change nvm default to be v12, however, when a user opens a new terminal tab the version of node is 10. Running nvm use default in the new tab works, though you'd think that a new shell would invoke this.

So to solve this nvm use default needs to be added to the shell config, .bashrc, .zshrc, etc.