advanced-cropper / vue-advanced-cropper

The advanced vue cropper library that gives you opportunity to create your own croppers suited for any website design
https://advanced-cropper.github.io/vue-advanced-cropper/
Other
930 stars 128 forks source link

No matching version found for vue-advanced-cropper@next #259

Closed Excel1 closed 7 months ago

Excel1 commented 7 months ago

$ npm install --save vue-advanced-cropper@next npm ERR! code ETARGET npm ERR! notarget No matching version found for vue-advanced-cropper@next. 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/[user]/.npm/_logs/2023-12-03T23_10_59_088Z-debug-0.log

Im using @quasar/app-vite 1.6.2 (@quasar/cli 2.3.0) / Vue 3

Norserium commented 7 months ago

@Excel1, use npm install --save vue-advanced-cropper@vue-3 instead.