swagger-editor icon indicating copy to clipboard operation
swagger-editor copied to clipboard

v5 not found on NPM registry

Open marcodarko opened this issue 5 months ago • 0 comments

Q&A (please complete the following information)

  • OS: [e.g. macOS] MacOS
  • Browser: [e.g. chrome, safari] Chrome
  • Version: [e.g. 22] node v20
  • Method of installation: [e.g. npm, dist assets]
  • Swagger-Editor version: [e.g. 3.10.0] 5 beta
  • Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]

Content & configuration

npm ERR! code ETARGET
npm ERR! notarget No matching version found for swagger-editor@5.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

Example Swagger/OpenAPI definition: N/A

Swagger-Editor configuration options: N/A

Describe the bug you're encountering

When installing from the npm registry it says version cannot be found

To reproduce...

Steps to reproduce the behavior:

  1. nvm i 20
  2. nvm use 20
  3. npm install swagger-editor@>=5
  4. Error

Expected behavior

Successful basic installation

Screenshots

Screenshot 2024-02-12 at 2 25 05 PM

Additional context or thoughts

marcodarko avatar Feb 12 '24 22:02 marcodarko