npm install @commitlint/load fails because of invalid version constraint
Expected Behavior
npm install @commitlint/load should succeed
Current Behavior
npm install @commitlint/load
error Invalid tag name "@>=10" of package "ts-node@@>=10": Tags may not have any characters that encodeURIComponent encodes.
Affected packages
Possible Solution
Review the ts-node version constraint in the @commitlint/load package
Steps to Reproduce (for bugs)
npm install @commitlint/load
Context
Installing the @commitlint/cli package
Your Environment
| Executable |
Version |
git --version |
git version 2.35.1 |
node --version |
v16.17.0 |
npm install @commitlint/load fails because of invalid version constraint
Expected Behavior
npm install @commitlint/load should succeed
Current Behavior
npm install @commitlint/load
error Invalid tag name "@>=10" of package "ts-node@@>=10": Tags may not have any characters that encodeURIComponent encodes.
Affected packages
Possible Solution
Review the ts-node version constraint in the @commitlint/load package
Steps to Reproduce (for bugs)
npm install @commitlint/load
Context
Installing the @commitlint/cli package
Your Environment
git --versionnode --version