-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
EACCESS: permission denied #260
Comments
@resin01, you've encountered an incompatibility between sass-loader@5-6 and resolve-url-loader: bholloway/resolve-url-loader#45 Just dealt with this myself. My solution was to pull https://github.com/bholloway/resolve-url-loader/tree/feature/support-sass-loader-6 as a vendor library (yarn demands versions and the latest commit is after the latest release), but if you're using NPM, then just putting |
Great seems to be working! I put it in my entry
And i then export it to css using
And I of course have a .bootstraprc file with extractStyles: true and styles: true |
@Judahmeek can we close this issue? |
Yes please. Works now with resolve url loader 2.0.0 |
Hi
I am trying to get this to work with bootstrap 3.3.7 but I am running into this issue.
resolve-url-loader cannot operate: source-map error
EACCES: permission denied, scandir '/var/www/website/docker-mysql'
I am not quite sure why it is trying to do a scandir on this folder?
I am using the following
"bootstrap-loader": "^2.0.0-beta.20",
"bootstrap-sass": "^3.3.7",
"resolve-url-loader": "^1.6.1",
Thanks!
The text was updated successfully, but these errors were encountered: