Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run dev - Failed to compile with 1 errors #65

Open
dmarupov opened this issue Oct 8, 2020 · 0 comments
Open

npm run dev - Failed to compile with 1 errors #65

dmarupov opened this issue Oct 8, 2020 · 0 comments

Comments

@dmarupov
Copy link

dmarupov commented Oct 8, 2020

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant