Skip to content

Add supported engine version in package.json #568

@gepdev

Description

@gepdev

Is your feature request related to a problem? Please describe.
I received multiple errors and the application wasn't working when using Node version 18.18.2. Then after I have changed the version to 16.20.2 and the setup script completed correctly.

Describe the solution you'd like
Would be good having the engine at least on the package.json so as a developer I can see what is the engine versions supported in order to have the local environment configured properly for the application to run
Example:
"engines": { "node": ">=16.16.0 <17", "npm": ">=7.20.0 <9", "yarn": ">=1.22.1 <2" },

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions