unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.68k stars 342 forks source link

No matching version found for @antfu/utils@^0.7.4 #648

Open azhi09 opened 1 year ago

azhi09 commented 1 year ago

Describe the bug

when i exec pnpm add -D unplugin-vue-components some error info exist like this:

 WARN  deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @antfu/utils@^0.7.4

This error happened while installing the dependencies of unplugin-vue-components@0.25.1

The latest release of @antfu/utils is "0.7.3".

If you need the full list of all 32 published versions run "$ pnpm view @antfu/utils versions".
Progress: resolved 4, reused 3, downloaded 0, added 0

Reproduction

exec pnpm add -D unplugin-vue-components

System Info

System:
    OS: macOS 12.5.1
    CPU: (10) arm64 Apple M1 Pro
    Memory: 1.26 GB / 32.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node
    Yarn: 1.22.19 - ~/.nvm/versions/node/v16.15.1/bin/yarn
    npm: 8.11.0 - ~/.nvm/versions/node/v16.15.1/bin/npm
  Browsers:
    Chrome: 114.0.5735.133
    Edge: 112.0.1722.46
    Firefox: 114.0.1
    Safari: 15.6.1

Used Package Manager

pnpm

Validations