-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Bug]: Medusa requires at least v20 of Node.js. You're using v18. Please install at least v20 and try again: https://nodejs.org/en/download #10663
Comments
hey @AveSim13 , could it be that you are using a node version manager like
Also, what command are you executing to run the medusa server? |
Hey @sgirones, I did a fresh uninstall and reinstall of node and npm. Still getting the same error. I'm just trying to go through the installation instructions from the Medusa documentation. So I'm using ls where.exe node
node -v where.exe npm npm -v |
The node version is checked here. I suspect there might be an incompatibility with Windows. |
what command do you execute to create the medusa project? |
|
Package.json file
Node.js version
v22.12.0
Database and its version
PostgreSQL 16.2
Operating system name and version
Windows 11
Browser name
No response
What happended?
I can't even get Medusa to install. It keeps giving me the error
Medusa requires at least v20 of Node.js. You're using v18. Please install at least v20 and try again: https://nodejs.org/en/download
but v18 of Node does not exist on my computer. I am using the latest, v22.12.0. I'm just trying to get the dev environment setup for my project.Expected behavior
create-medusa-app works and it recognizes that I'm using Node.js v22.12.0
Actual behavior
Medusa requires at least v20 of Node.js. You're using v18. Please install at least v20 and try again: https://nodejs.org/en/download
Link to reproduction repo
I don't have this
The text was updated successfully, but these errors were encountered: