Skip to content
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

Document our node supported version/s #7675

Open
PazYanoverr opened this issue Dec 21, 2023 · 5 comments
Open

Document our node supported version/s #7675

PazYanoverr opened this issue Dec 21, 2023 · 5 comments

Comments

@PazYanoverr
Copy link
Member

We support node 18 and above only, and it should be documented (in our docs, package.json, etc.)

@PazYanoverr
Copy link
Member Author

@overbit - This issue was discussed in one of our dailies. Do you remember if it was about our Amplication code (for contributors), or the generated code?

@AntouanK
Copy link

Does amplication only work with node 18??

This is what I get when I try it locally:

amplication on  master via  v22.3.0 took 1m18s
❯ npm run setup:dev

> setup:dev
> ts-node ./scripts/setup.ts

error: This system seems to use an incompatible Node.js version, current version: 22.3.0 required version: ^18.12.1

@abrl91
Copy link
Contributor

abrl91 commented Jun 20, 2024

This system seems to use an incompatible Node.js version, current version: 22.3.0 required version: ^18.12.1

Hey @AntouanK
Do you use nvm?
can you set your node version to v20.11.1
nvm alias default v20.11.1

or just nvm use v20.11.1 for the current terminal?

ckeditor/ckeditor5#16537

@AntouanK
Copy link

I don't use nvm, no.
I just have the latest node. I use that with all my projects.

Would v20 work and v22 not?
Just curious to why

@abrl91
Copy link
Contributor

abrl91 commented Jun 20, 2024

we support the LTS version, which is v20.14.0. Try to use this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants