you don't need vue-loader, just install vue and you will be fine
Jan 7, 2024
5
Level 3
Error installing Vuejs
I'm trying to install vuejs + Vite in laravel 10 according to what is suggested on several sites, which would be the following order:
composer create-project laravel/laravel laravel10-vue3
npm install
npm install vue@next vue-loader@next
npm i @vitejs/plugin-vue
However, when I run "npm install vue@next vue-loader@next", I get this error:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for vue@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! C:\Users\marqu\AppData\Local\npm-cache\_logs24-01-08T00_52_37_537Z-debug-0.log
Can anyone help me resolve this?
Please or to participate in this conversation.