[Bug Report] Vuetify 2.0 , VBtn.sass not found in VBtn.js
See original GitHub issueVersions and Environment
Vuetify: 2.0.0-alpha.3 Vue: 2.5.22 Browsers: Chrome 71.0.3578.98 OS: Windows 7
Steps to reproduce
- Using
2.0.0-alpha.3
- Create a component with
v-btn
- Styling is missing due to missing
VBtn.sass
file.
Expected Behavior
The sass file may be missing from the latest alpha release. I see it working in the next.vuetifyjs.com examples.
Actual Behavior
Using nuxt, an error is thrown expressing that the sass file is missing. See the comment below.
Reproduction Link
https://codesandbox.io/s/o10jklw1m5
Other comments
This relative module was not found: friendly-errors 11:59:33 friendly-errors 11:59:33
- …/…/…/src/components/VBtn/VBtn.sass in ./node_modules/vuetify/lib/components/VBtn/VBtn.js
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Frequently asked questions — Vuetify
My application is not working. First, ensure that you're using the latest version of Vue.js and Vuetify. Try to reproduce it in codepen...
Read more >Vuetify Version upgrade from 1.5 to 2.0.18 then modules not ...
The problem is you are not importing Vuetify in your project. I assume you installed Vuetify. Change your vuetify.js to:
Read more >Frequently asked questions — Vuetify.js
My application won't compile due to sass / scss errors. Ensure that you are using the proper options object in accordance with your...
Read more >Override Vuetify 2.0 sass variable $heading-font-family-Vue.js
Problem is caused by !important on font-family for vuetify typography helper classes. My solution was to achieve same level of css specificity in...
Read more >Changing Background Color in Vuetify.js and Nuxt.js
Does this mean that we are stuck with a white background in light theme and a dark gray background in dark theme? Of...
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
Hi guys!
The next guide was very helpful for me
https://github.com/nuxt-community/vuetify-module/
Hi @rwatts3 , I am trying to update to vuetify 2.0.0-alpha in my nuxt project but I seem to get a build error “This relative module was not found: * …/src/styles/main.sass in ./node_modules/vuetify/lib/framework.js”. Currently, my in nuxt.config.js , vuetify is imported from ‘vuetify/lib’. How do I change the import line to get vuetify 2.0.0 working on my nuxt project? Any help would be much appreciated. Thanks