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

Trouble with gulp-sass #10

Open
Krxtopher opened this issue Jun 15, 2015 · 1 comment
Open

Trouble with gulp-sass #10

Krxtopher opened this issue Jun 15, 2015 · 1 comment
Labels

Comments

@Krxtopher
Copy link
Contributor

This is a two part problem.

First part: "gulp-sass" is used in run-build.js but is not listed as a dependency in package.json.

Second part: Even after installing the gulp-sass module, I get the following error both during the module install and when trying to run the build script after installing the module. I'm on Mac OS X 10.10.3 (Yosemite)

dyld: lazy symbol binding failed: Symbol not found: __ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_
  Referenced from: /Users/kschultz/Git/Newell/visualizer-browser-client/node_modules/gulp-sass/node_modules/node-sass/vendor/darwin-x64-14/binding.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_
  Referenced from: /Users/kschultz/Git/Newell/visualizer-browser-client/node_modules/gulp-sass/node_modules/node-sass/vendor/darwin-x64-14/binding.node
  Expected in: flat namespace
@Krxtopher Krxtopher added the bug label Jun 15, 2015
@mdunbavan
Copy link

Did you ever fix this error? I have run into the same issues @Krxtopher

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

No branches or pull requests

2 participants