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
Hi there, we are running an old version of node and attempting to run on WSL2.
I am new to WSL2 and wondering if there is support for this v-environment?
Package: [email protected] WLS2: Ubuntu-22.04 We are using node: v14.15.1 and attempted: v20.5.0 npm: 0.39.4
and the basic get started code.
Note: node v20.5.0 does work.. you need to npm rebuild on wsl2.
The text was updated successfully, but these errors were encountered:
I ended up getting this working:
I needed to use node: v14.21.3 the lts/fermium build.
I also believe you need to do a npm rebuild for WSL2 you'll need to install:
Further in our real project we use pnpm and the above works too. just do a npm rebuild too!
Sorry, something went wrong.
No branches or pull requests
Hi there, we are running an old version of node and attempting to run on WSL2.
I am new to WSL2 and wondering if there is support for this v-environment?
Package: [email protected]
WLS2: Ubuntu-22.04
We are using node: v14.15.1 and attempted: v20.5.0
npm: 0.39.4
and the basic get started code.
Note: node v20.5.0 does work.. you need to npm rebuild on wsl2.
The text was updated successfully, but these errors were encountered: