You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
@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"?
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
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
The text was updated successfully, but these errors were encountered: