You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
So, which version of Node.js should/could be used? Is it Node.js 16? Please update Readme file with proper information.
The text was updated successfully, but these errors were encountered: