cli icon indicating copy to clipboard operation
cli copied to clipboard

`module add` in 3.14.0 tries to fetch package through npm.pkg.github.com

Open tkjaergaard opened this issue 4 months ago • 0 comments

Running for example npx nuxi@latest module add shadcn-nuxt

Gives an error because it tries to resolve the package through npm.pkg.github.com:

 ERROR  [GET] "https://npm.pkg.github.com//shadcn-nuxt/latest": 403 Forbidden   

Running npx [email protected] module add shadcn-nuxt works as expected.

  • Operating System: Darwin
  • Node Version: v20.16.0
  • Nuxt Version: 3.13.2
  • CLI Version: 3.14.0
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

tkjaergaard avatar Oct 06 '24 19:10 tkjaergaard