Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Strict node/npm engine checking fails due to poorly defined version ranges #1021

Open
bjconlan opened this issue Apr 14, 2021 · 0 comments
Open

Comments

@bjconlan
Copy link

The animate package has the following poorly defined engine constraints:

	"engines": {
		"node": ">=0.12.0",
		"npm": "^3.0.0"
	},

This needs to be updated/removed (specifically the "^3.0.0" npm range constraint) as it will fail any strict engine check in the last few years.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant