I have an Idea that in package.json it should have node dependencies and others related to it like this so that it supports 14 to all updated versions of node, you can add a >=
sign before it for e.g: "@types/node": ">=14.17.3",
#86
Labels
type: enhancement
New feature or request.
type: friction
Elegant user friction. To be fixed with priority.
Milestone
I have an Idea that in package.json it should have node dependencies and others related to it like this so that it supports 14 to all updated versions of node, you can add a
>=
sign before it for e.g:"@types/node": ">=14.17.3",
??
Originally posted by @Shiv-2712 in #78 (reply in thread)
The text was updated successfully, but these errors were encountered: