[Bug] Cannot resolve "buefy/lib/buefy.css"
See original GitHub issueI try to create a new NuxtJS app using nuxt-create-app
but add nuxt-buefy module bug breaks in console.
I believe that the problem is because the path buefy/lib/buefy.css
does not exist
the correct one would be buefy/dist/buefy.css
https://github.com/buefy/nuxt-buefy/blob/9d5c314ab3e6d4aa6917a9748676050056495c2f/lib/module.js#L23
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Can't add Buefy of Bulma to Vuejs project - Stack Overflow
I'm using also Buefy on an github project: https://github.com/Bloemert/Einstein/blob/develop/src/Einstein.WebUI/ClientApp/styles/site.scss.
Read more >buefy-css-variables - npm
Buefy is a lightweight library of responsive UI components for Vue.js based on Bulma framework and design. ⚠️ DEPRECATION WARNING ⚠️. This ...
Read more >Buefy components are not working.. - Laracasts
Hi there, I am having a problem with calling the components of buefy and I just can't figure out what's wrong with it......
Read more >cannot read properties of undefined (reading 'install') at vue.use
Vuetify Uncaught TypeError: Cannot read property 'install' of undefined ... 'vue' import Buefy from 'buefy' import 'buefy/lib/buefy.css' Vue.use(Buefy) No ...
Read more >Uncaught TypeError: Cannot read property '$buefy' of undefined
I'm trying to set up a new Vue project with TypeScript and Buefy. ... I think I'll just have to find a Vue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thank you @jtommy and @anteriovieira.
I’ll update the PR
PR updated, now all you have to do is wait for the
create-nuxt-app
personnel to accept, I believe that we can close this issue.