Не удалось скомпилировать vuetify в vue cli - PullRequest
0 голосов
/ 19 июня 2019

Я устанавливаю vuetify в свой проект vuejs и получаю эту ошибку при компиляции:

Failed to compile.

./node_modules/vuetify/src/stylus/components/_grid.styl
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
| @import '../bootstrap'
| 
| .container
 @ ./node_modules/vuetify/lib/components/VGrid/VLayout.js 1:0-51
 @ ./node_modules/vuetify/lib/components/VGrid/index.js
 @ ./node_modules/vuetify/lib/components/index.js
 @ ./node_modules/vuetify/lib/index.js
 @ ./src/plugins/vuetify.js
 @ ./src/main.js
 @ multi (webpack)-dev-server/client?http://localhost:7000 webpack/hot/dev-server babel-polyfill ./src/main.js

Версия Vue: 3.8.4 Версия веб-пакета: 4.28.4

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...