We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this line verbatum in my ~/.bashrc on debian linux:
\nexport NVM_DIR="/home/vagrant/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm\n
The text was updated successfully, but these errors were encountered:
Whoops, thanks, will fix.
Sorry, something went wrong.
We are teaching a beginner node class today and we were running into this same problem
Also experienced this on zsh if that makes any difference!
The problem is at this line: 681c81a#diff-3fbb47e318cd8802bd325e7da9aaabe8R286
v0.31.6 released. Sorry about that, and thanks @aredridel for the fix!
Sure thing!
No branches or pull requests
I am getting this line verbatum in my ~/.bashrc on debian linux:
The text was updated successfully, but these errors were encountered: