-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
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
Newest NPM/NodeJS on WSL #1842
Comments
@Huskynarr Could you run the I see no errors using these installation steps on the build that I am running. |
Just install nvm, it works fine on WSL |
@jackchammons npm is in Version 3.5.2 , current stable 4.6.1. Under nodejs is actually stable 6.10.3, but installed is 4.2.6 Thats little BIt Outdated. @bbrala on the first look it is good, i would testing more. ;) |
I'm finding I can't install EmberJS in WLS because of the Node version; are there any plans to update Node to the current LTS version? How will that be rolled out to us?
|
@Muzical84 - WSL users are required to keep the user mode package version updated as per their requirements, just as they would do on a Linux box. |
Really, use nvm it is awesome. It will enable you to use any node version easily. :) |
@bbrala Just tried NVM on WSL, doesnt work properly. Downloads the latest version but unable to update it. node -v still showed the pervious versions. Installed it though the recommended procedure on top. |
That's weird. Can't check right now, but will have a look this weekend. From what I remember I had no problems updating and switching versions. |
nvm work too slow on WSL... see here |
This one never made it out of "what version" let alone CONTRIBUTING.md. |
What is the last command for? I was able to use even without the last command. |
Note that you may have to restart wsl after installing nodejs. At least, it did work for me. |
I doens't works for me........ |
Worked for me!
You can find other node distributions at https://github.com/nodesource/distributions |
Thanks @warkentien2; as of right now, I'm showing |
worked for me. npm --> 6.13.4 |
We had the issue that we needed the newest npm and nodejs version to work with the official angular 2 cli.
Here is the way to install the newest nodejs/npm on WSL, tested today on March, 1st 2017 on latest Windows 10 release.
The text was updated successfully, but these errors were encountered: