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

docs: VS Code Debug: Can't resolve 'bulma/sass/utilities/__all' #102

Open
MentalGear opened this issue May 20, 2021 · 1 comment
Open

docs: VS Code Debug: Can't resolve 'bulma/sass/utilities/__all' #102

MentalGear opened this issue May 20, 2021 · 1 comment
Assignees

Comments

@MentalGear
Copy link

First, thanks for this package and keeping it updated.
I came across some debugging annoyance and managed to resolve it. Sharing the solution here for anyone who might have the same trouble. Also, maybe something to be added to the official guide.

I was getting the following 'uncaught exceptions' while trying to run VS code's debugger over my nuxt-buefy project.
Exception has occurred: Error: Can't resolve 'bulma/sass/utilities/__all'
Error: Can't resolve 'buefy/src/scss/_buefy'

I was able to fix it using:

// instead of @import '~bulma/sass/utilities/_all';
@import '~/node_modules/bulma/sass/utilities/_all';

// instead of @import '~buefy/src/scss/buefy';
@import '~/node_modules/buefy/src/scss/buefy';

Repo:
https://github.com/MentalGear/netlify-dev_debug_vs-code

@MentalGear MentalGear changed the title VS Code Debug, Can't resolve 'bulma/sass/utilities/__all' docs: VS Code Debug: Can't resolve 'bulma/sass/utilities/__all' May 20, 2021
@wesdevpro
Copy link
Member

@MentalGear Have you figured out what is wrong with your setup?

@wesdevpro wesdevpro self-assigned this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants