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
I am trying to use burrow-dashboard for our Kafka Environment and I got to the point where I need to run npm run dev but I am getting the following error:
ERROR Failed to compile with 1 errors
This dependency was not found:
* vue-material/dist/theme/default.css in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue
To install it, you can run: npm install --save vue-material/dist/theme/default.css
but when I try to npm install --save vue-material/dist/theme/default.css I get the following error: npm ERR! Could not install from "vue-material/dist/theme/default.css" as it does not contain a package.json file.
I looked into the App.vue file and it has the following: import 'vue-material/dist/theme/default.css'.
So, I looked into vue-material/dist/theme/ and there is no default.css in there. These are the only files I see: all.scss color-contrast.scss engine.scss functions.scss mixins.scss palette.scss themes.scss variables.scss.
I am not sure if I can actually use any one of these files instead?
I am not sure what else to look at but I would really appreciate any guidance or suggestions to solve this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello @joway,
I am trying to use burrow-dashboard for our Kafka Environment and I got to the point where I need to run
npm run dev
but I am getting the following error:but when I try to
npm install --save vue-material/dist/theme/default.css
I get the following error:npm ERR! Could not install from "vue-material/dist/theme/default.css" as it does not contain a package.json file
.I looked into the
App.vue
file and it has the following:import 'vue-material/dist/theme/default.css'
.So, I looked into
vue-material/dist/theme/
and there is nodefault.css
in there. These are the only files I see:all.scss color-contrast.scss engine.scss functions.scss mixins.scss palette.scss themes.scss variables.scss
.I am not sure if I can actually use any one of these files instead?
I am not sure what else to look at but I would really appreciate any guidance or suggestions to solve this issue.
Thank you.
The text was updated successfully, but these errors were encountered: