-
Notifications
You must be signed in to change notification settings - Fork 90
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
install failure due to #71
Comments
See also: I don't think those deprecated packages are actually the source of your install failure here though; I think it's more related to Are you able to share more details about what system you are running this on, what version of node, etc? I know |
Node 18.19 |
Yep, you'll need node.js >= 20, the prebuilt binaries are available for those versions only. |
I've found the nodesource distributions to be a straightforward way to install more recent node versions on debian |
There is a note about needing node.js 20 in the readme, but it seems to be easy to miss. I wonder which place would be better. Maybe a preinstall hook thst ensures the version? |
@jehna Does the
Sounds like it may only work when installed as a dependency, so maybe not when installed directly?
@jehna What specifically needs node 20, is it @jehna Could also maybe use
|
So, you advise using this in WSL instead of directly on Windows NodeJS ? |
Unfortunately I have no idea how Windows works on development, the last time I used Windows as my main dev machine was over 10 years ago 😅 I'd guess both WSL and non-wsl should work fine, as long as you have recent enough version. You can use e.g. nvm to switch between versions on WSL |
The text was updated successfully, but these errors were encountered: