Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove or broaden engines defined in package.json #202

Closed
stephiescastle opened this issue Apr 1, 2022 · 0 comments
Closed

Remove or broaden engines defined in package.json #202

stephiescastle opened this issue Apr 1, 2022 · 0 comments
Labels
maintenance The meta work of maintaining the project
Milestone

Comments

@stephiescastle
Copy link
Member

Description

The engines specified in package.json can create conflicts when installing the package on another project that has engine-strict=true in an .npmrc file. We could either remove them from package.json, or generalize the versions to be more forgiving.

Currently:

  "engines": {
    "node": "14.19.0",
    "npm": "^6.14.16"
  },

Suggested (need to check proper syntax):

  "engines": {
    "node": "^14"
  },
@stephiescastle stephiescastle added this to the Release 1.1.1 milestone Apr 1, 2022
@stephiescastle stephiescastle added the maintenance The meta work of maintaining the project label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance The meta work of maintaining the project
Projects
None yet
Development

No branches or pull requests

1 participant