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

Which version of Node.js should/could be used? #2

Open
pcvolkmer opened this issue Jun 30, 2023 · 0 comments
Open

Which version of Node.js should/could be used? #2

pcvolkmer opened this issue Jun 30, 2023 · 0 comments

Comments

@pcvolkmer
Copy link

In Readme file you specify that Node.js version > 10.23.0 and NPM version > 6.14.8 should be used.

Since projects package-lock.json is in file-format version 2, I guess at least Node.js 15 is in use (compare: https://nodejs.org/en/download/releases) since file-format version 2 is in use since NPM 7 (compare: https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#file-format)

  • Node.js 10 can generate nuxt application, but NPM 6 (shipped with Node.js 10) might have trouble with package-lock.json and is quite outdated
  • Node.js 16 (latest stable release with NPM 7) supports package-lock.json with file-format version 2 and generates nuxt application but is in maintenance with EOL September 2023.
  • Node.js >= 18 causes errors generating Nuxt application.

So, which version of Node.js should/could be used? Is it Node.js 16? Please update Readme file with proper information.

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

1 participant