Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Error with node-sass 2.0.0 #68

Closed
ocombe opened this issue Jan 6, 2015 · 4 comments
Closed

Error with node-sass 2.0.0 #68

ocombe opened this issue Jan 6, 2015 · 4 comments

Comments

@ocombe
Copy link

ocombe commented Jan 6, 2015

Hi, you will have to update your plugin to node-sass 2.0.0 (still in beta), it's broken.
Here is the error log:

brunch w

C:\[...]\node_modules\brunch\lib\fs_utils\pipeline.js:78
          throw new Error("Brunch SourceFile: file " + path + " data is invali
                ^
Error: Brunch SourceFile: file admin\admin-app.scss data is invalid
  at C:\[...]\node_modules\brunch\lib\fs_utils\pipeline.js:78:17
  at libsass.render.success (C:\[...]\node_modules\sass-brunch\index.js:96:7)
  at options.success (C:\[...]\node_modules\node-sass\lib\index.js:169:7)
@es128
Copy link
Member

es128 commented Jan 6, 2015

Unable to reproduce with the latest plugin version using node-sass 1.2.3.

What does the content of the source file causing the error look like?

@ocombe
Copy link
Author

ocombe commented Jan 6, 2015

That's the thing, I manually changed the version of node sass to the latest (2.0.0-beta), it works fine with 1.2.3.
I'm just warning you that you will have to update the lib for the next release of node-sass (that includes updates for the source maps as well) :)

@es128
Copy link
Member

es128 commented Jan 6, 2015

Ah ok, I understand. They probably changed the API along with the major version bump. Not really an issue, but thanks for the heads up.

@es128 es128 closed this as completed Jan 6, 2015
@es128
Copy link
Member

es128 commented Feb 22, 2015

@EvanMcEwen It was fixed with the last release (a couple days ago). If you're having problems with it please open a new issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants