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
After running npm run dev, some error are displayed on the browser
Failed to compile.
./src/main.js
Module not found: Error: Can't resolve './components/dashboard.vue' in '/home/wenjinyu/downloads/test/vue-kanban/src'
On the console
At the same time, more information is displayed on the command line
ERROR in ./src/main.js
Module not found: Error: Can't resolve './components/dashboard.vue' in '/home/wenjinyu/downloads/test/vue-kanban/src'
@ ./src/main.js 6:0-51
@ multi babel-polyfill ./src/main.js
Information
some useful information
Release: Ubuntu 20.04
Kernel: 5.4.0-47-generic
npm: v6.14.8
node: v12.18.4
Can anyone help?
The text was updated successfully, but these errors were encountered:
Details
After running
npm run dev
, some error are displayed on the browserOn the console
At the same time, more information is displayed on the command line
Information
some useful information
Ubuntu 20.04
5.4.0-47-generic
v6.14.8
v12.18.4
Can anyone help?
The text was updated successfully, but these errors were encountered: