Skip to content

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

@pcvolkmer

Description

@pcvolkmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions