Every time I restart vagrant in my console it will ask me my login details and then say Now using node v7.10.0 (npm v4.2.0)
. When I do run nvm install node
I get
v13.11.0 is already installed.
Now using node v13.11.0 (npm v6.13.7)
... but then I exit and come back and it's v7.10.0 again. This is causing problems with my rails apps when I try to create them because it says the latest version isn't installed, and then I have to install Yarn and it won't find it. A whole mess, not sure what to do.
You can run the following command to set v13.11.0
as default
nvm alias default v13.11.0
This works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With