vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

[Bug Report][3.0.0-alpha.11] can not start fresh installation #299

Closed ralpheichelberger closed 2 years ago

ralpheichelberger commented 2 years ago

Environment

Vuetify Version: 3.0.0-alpha.11 Vue Version: 3.2.19 Browsers: Chrome 93.0.4577.63 OS: Linux x86_64

Steps to reproduce

gbo$ npm run dev

gbo@0.0.0 dev vite

error when starting dev server: Error: The following dependencies are imported but could not be resolved:

vuetify/lib/components (imported by /home/ralph/workspace/gbo/src/plugins/vuetify.js) vuetify/lib/directives (imported by /home/ralph/workspace/gbo/src/plugins/vuetify.js)

Are they installed? at optimizeDeps (/home/ralph/workspace/gbo/node_modules/vite/dist/node/chunks/dep-36bf480c.js:71645:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async runOptimize (/home/ralph/workspace/gbo/node_modules/vite/dist/node/chunks/dep-36bf480c.js:75494:48) at async Server.httpServer.listen (/home/ralph/workspace/gbo/node_modules/vite/dist/node/chunks/dep-36bf480c.js:75510:21)

Expected Behavior

should run fresh installation on dev server

Actual Behavior

dependency problems reported

Reproduction Link

https://github.com/ralpheichelberger/gbo

KaelWD commented 2 years ago

Fixed by #297

ralpheichelberger commented 2 years ago

@Keal: I removed package-lock and updated everything "npm update" - but I still get the same error - can't start the fresh installed project this way. What do I need to do in order to "get started"?

KaelWD commented 2 years ago

It isn't released yet.