I'm trying to upgrade my app from Vue 2 to Vue 3 following this guide: https://v3-migration.vuejs.org/breaking-changes/migration-build.html#installation
However I fail at multiple levels
- When I want to upgrade loader
npm install vue-loader@^16.0.0
npm ERR! notarget No matching version found for @vue/babel-preset-app@^4.5.13.
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! /Users/chyno/.npm/_logs/2021-07-25T08_33_22_878Z-debug.log
- When I want to upgrade cli service
vue upgrade
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @vue/cli-service@~4.5.13.
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! /Users/chyno/.npm/_logs/2021-07-25T08_41_29_627Z-debug.log
ERROR command failed: npm install --loglevel error @vue/cli-service@~4.5.13
- When updating package.json according to the guide
npm ERR! notarget No matching version found for @vue/compiler-sfc@^3.1.0.
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! /Users/chyno/.npm/_logs/2021-07-25T08_44_50_636Z-debug.log
I'm using nvm 0.38.0, node v16.5.0, npm 7.19.1