Error code

npm ENOVERSIONS

NPMENOVERSIONS
Runtime Error Code· An error code from a programming runtime or package manager, like Node.js or npm.

What it means

No versions of the package satisfy the requested version range.

How to fix it

  1. Loosen the version range in package.json (e.g. use ^ or *).
  2. Run npm view <package> versions to see all available versions.
  3. Check that you are querying the correct registry.

Not affiliated with npm. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.