-
Notifications
You must be signed in to change notification settings - Fork 55
Add engines field to package.json #41
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdxDeveloper experience improvements (logging, errors, docs)Developer experience improvements (logging, errors, docs)good first issueGood for newcomersGood for newcomerstrivialSmall change, low complexitySmall change, low complexity
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdxDeveloper experience improvements (logging, errors, docs)Developer experience improvements (logging, errors, docs)good first issueGood for newcomersGood for newcomerstrivialSmall change, low complexitySmall change, low complexity
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description:
Specify the required Node.js and npm versions in package.json to prevent installation on unsupported environments.
Acceptance Criteria:
"engines": { "node": ">=18.0.0", "npm": ">=9.0.0" } added to package.json