question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] Vuetify 2.0 , VBtn.sass not found in VBtn.js

See original GitHub issue

Versions and Environment

Vuetify: 2.0.0-alpha.3 Vue: 2.5.22 Browsers: Chrome 71.0.3578.98 OS: Windows 7

Steps to reproduce

  1. Using 2.0.0-alpha.3
  2. Create a component with v-btn
  3. 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kyiv1pbedcommented, Jul 24, 2019

Hi guys!

The next guide was very helpful for me

https://github.com/nuxt-community/vuetify-module/

1reaction
Denny143commented, May 18, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found