Replies: 1 comment 3 replies
-
At https://cli.vuejs.org/migrations/migrate-from-v4.html#for-all-packages I read
So perhaps I will need to update the entire package or move to Vite. Do hope to be able to stay where I am at for now though. And due to rollup update the order in build/rollup.config.js also does not work.. Vue needs to be moved above common.js.. But that still does not allow a full built with vue cli as local package.. New solutions would we roll vue vite.. and Vite |
Beta Was this translation helpful? Give feedback.
-
When I run
vue serve --open src/App.vue
I get an error the script is not found:Now we do not have that script in the
package.json
. We only usebut we did not need this before either. It would just use the global package:
our
rollup.js
vue package hasand npm prefix is
and general Node setup:
node.org installed Node as you can see above..
How can I make Vue CLI and Vue Service work again globally without the need to move to Vite with this older Rollup.js Vue 2 package?
Beta Was this translation helpful? Give feedback.
All reactions