web-infra-dev / rspress

🦀💨 A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.19k stars 107 forks source link

[Bug]: Install dependencies error #1106

Closed PuffMeow closed 1 month ago

PuffMeow commented 1 month ago

Version

System:
    OS: macOS 12.3
    CPU: (8) arm64 Apple M1
    Memory: 136.88 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh

The version of rspress is 1.21.1

Details

 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @rspress/plugin-auto-nav-sidebar@1.21.1

This error happened while installing the dependencies of rspress@1.21.1 at @rspress/core@1.21.1

The latest release of @rspress/plugin-auto-nav-sidebar is "1.21.0".

Other releases are:

Reproduce link

none

Reproduce Steps

I met this error when I followed the step in the official doc to init a project.

  1. pnpm create rspress@latest
  2. pnpm install
  3. error occurs
Timeless0911 commented 1 month ago

Please check your npm registry, @rspress/plugin-auto-nav-sidebar@1.21.1 already published in NPM, see https://www.npmjs.com/package/@rspress/plugin-auto-nav-sidebar

PuffMeow commented 1 month ago

Please check your npm registry, @rspress/plugin-auto-nav-sidebar@1.21.1 already published in NPM, see https://www.npmjs.com/package/@rspress/plugin-auto-nav-sidebar

Ok, I got it. I use the registry of intranet.