vue 项目报错 Uncaught TypeError: __webpack_exports__.d is undefined???
╰─➤ vue create universe-king 130 ↵Vue CLI v5.0.8
? Please pick a preset: Default ([Vue 3] babel, eslint)
Vue CLI v5.0.8
✨ Creating project in /home/pon/Desktop/code/me/universe-king.
? Initializing git repository...
⚙️ Installing CLI plugins. This might take a while...
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
success Saved lockfile.
Done in 3.59s.
? Invoking generators...
? Installing additional dependencies...
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 2.21s.
⚓ Running completion hooks...
? Generating README.md...
? Successfully created project universe-king.
? Get started with the following commands:
$ cd universe-king
$ yarn serve
使用 vue-cli 创建的热乎项目,什么都没有改动,直接 yarn serve 就报错?
以上是 vue 项目报错 Uncaught TypeError: __webpack_exports__.d is undefined??? 的全部内容, 来源链接: utcz.com/p/934299.html