Skip to content

sass-loader 3.2.2 source-map error #94

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

Closed
chrisblossom opened this issue Jun 26, 2016 · 6 comments
Closed

sass-loader 3.2.2 source-map error #94

chrisblossom opened this issue Jun 26, 2016 · 6 comments

Comments

@chrisblossom
Copy link

I updated to jtangelder/[email protected] and am now getting this error:

    WARNING in ./~/css-loader!./~/postcss-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap!./~/bootstrap-loader/lib/bootstrap.styles.loader.js!./~/bootstrap-loader/no-op.js
      resolve-url-loader cannot operate: source-map error
      cannot establish a common base path for all sources in the incoming source-map

Any ideas? Maybe I should open this issue with bholloway/resolve-url-loader?

webpack-contrib/sass-loader#250

@tquetano-r7
Copy link

tquetano-r7 commented Jun 27, 2016

I'm getting the same issue with v4.0.0 of the sass-loader (which is the same as v3.2.2, but bumped major versions due to breaking changes). Just figured I would call this out.

Also, my error is slightly different:

WARNING in ./~/css-loader!./~/resolve-url-loader!./~/sass-loader?sourceMap!./~/bootstrap-loader/lib/bootstrap.styles.loader.js!./~/bootstrap-loader/no-op.js
  resolve-url-loader cannot operate: source-map error
  EACCES: permission denied, scandir '/lost+found'

@rjbergerud
Copy link

Same issue here. I get the @chrisblossom 's error when I run webpack, and @tquetano-r7 's error when I run webpack-dev-server.

@abdullah
Copy link

abdullah commented Jul 4, 2016

This issue source new 4.0.0 sass-loader version. Previous version 3.2.0 works.

@justin808
Copy link
Member

@iltegin @rjbergerud @tquetano-r7 @chrisblossom At the minimum, we should document this. I'm totally open to a PR for this. @alexfedoseev and I are totally slammed shipping our new product. Basically, that means that we'll be enhancing this when we get PRs, or when we put in changes that we're using in our product or a client.

Thanks in advance for help on this issue. I'd like to get this one solved!

@janusch
Copy link

janusch commented Aug 3, 2016

I am using:

"bootstrap": "4.0.0-alpha.2",
"bootstrap-loader": "^1.1.0",
"sass-loader": "^4.0.0"

and this is not an issue anymore. I think you can close it @justin808
Btw, thanks for your great work on maintaining this incredible loader again!

@justin808
Copy link
Member

Thanks @janusch!

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

6 participants