Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ralpheichelberger opened this issue Sep 29, 2021 · 3 comments
Closed

Comments

@ralpheichelberger
Copy link

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

[email protected] 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 KaelWD transferred this issue from vuetifyjs/vuetify Sep 29, 2021
@KaelWD
Copy link
Member

KaelWD commented Sep 29, 2021

Fixed by #297

@KaelWD KaelWD closed this as completed Sep 29, 2021
@ralpheichelberger
Copy link
Author

@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
Copy link
Member

KaelWD commented Sep 30, 2021

It isn't released yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants