Join the Webstudio community

Updated 8 months ago

Migrations

At a glance

The community member is unable to run the pnpm migrations migrate command while setting up the project. Other community members suggest that the issue might be related to the Node.js version being used. They mention that the required version is v20.12, but the community member is using v20.0.0 which is mentioned in the .nvmrc file. The community members recommend upgrading the Node.js version to v20.12 to resolve the issue.

Useful resources
Hi everyone
While setting up the project I am not able to run the
pnpm migrations migrate command
Am I missing something?
Attachment
image.png
O
P
B
7 comments
Compare your node version with required
Using v20.0.0 which is mentioned in .nvmrc file
Attachment
image.png
seems like we need to bump our requirements @TrySound
nvm mentions 20, not 20.0.0. But yeah, we need to set minimal minor version.
yes, because otheriiwse any 20x version works and that's not the reality with this api
I will try using v20.12 and see if it works
Add a reply
Sign up and join the conversation on Discord