condorheroblog / vuepress-plugin-export-pdf

VuePress plugin exports PDF 📁.
MIT License
23 stars 4 forks source link

No matching version found for vuepress@2.x. #1

Closed ykla closed 2 years ago

ykla commented 2 years ago
ykla@ykla-virtual-machine:~$ npm install @condorhero/vuepress-plugin-export-pdf-v2 -D
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @condorhero/vuepress-plugin-export-pdf-v2@2.0.0
npm WARN Found: vuepress@undefined
npm WARN node_modules/vuepress
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer vuepress@"2.x" from @condorhero/vuepress-plugin-export-pdf-v2@2.0.0
npm WARN node_modules/@condorhero/vuepress-plugin-export-pdf-v2
npm WARN   dev @condorhero/vuepress-plugin-export-pdf-v2@"*" from the root project
npm ERR! code ETARGET
npm ERR! notarget No matching version found for vuepress@2.x.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ykla/.npm/_logs/2022-09-20T13_42_36_013Z-debug-0.log
condorheroblog commented 2 years ago

There is a problem with the version range of peerDependencies. Please install the latest version:

"peerDependencies": {
    "vuepress": ">=2.0.0-beta.49 <=2.x"
  },