-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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 filePull requests that update a dependency file