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

Error when running gulp in theme direcotry #9

Closed
sethburtonhall opened this issue Apr 29, 2016 · 1 comment
Closed

Error when running gulp in theme direcotry #9

sethburtonhall opened this issue Apr 29, 2016 · 1 comment

Comments

@sethburtonhall
Copy link

sethburtonhall commented Apr 29, 2016

when I run gulp I get the following error

Error: Missing binding /Users/M8M/Sites/elon.dev/www/wordpress-default/wp-content/themes/sage-twig/node_modules/node-sass/vendor/darwin-x64-11/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node 0.10.x

Found bindings for the following environments:
  - OS X 64-bit with Node 0.12.x

This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to build the binding for your current environment.
    at Object.<anonymous> (/Users/M8M/Sites/elon.dev/www/wordpress-default/wp-content/themes/sage-twig/node_modules/node-sass/lib/index.js:14:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/M8M/Sites/elon.dev/www/wordpress-default/wp-content/themes/sage-twig/node_modules/gulp-sass/index.js:187:21)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)

I have run npm rebuild node-sass but still get error

node -v
v0.12.7
npm -v
3.8.8
@studiorabota
Copy link
Owner

Hi @middle8media , I can't reproduce the issue locally. Did you try removing the node_modules folder and running 'npm install`?

Otherwise it's best to ask this question at the node-sass Github - https://github.com/sass/node-sass/

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

No branches or pull requests

2 participants