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

gulp runs in error #547

Closed
VaJoy opened this issue Jan 22, 2015 · 3 comments
Closed

gulp runs in error #547

VaJoy opened this issue Jan 22, 2015 · 3 comments
Labels
invalid Issues and PRs that are invalid.

Comments

@VaJoy
Copy link

VaJoy commented Jan 22, 2015

after installing io.js, gulp runs unsuccessfully, the gulp-sass module can not execute ( same result as I re-install this module )
Error info:

E:\tomcat\webapps\dls>gulp
module.js:341
Module._extensions[extension](this, filename);
\ ^
Error: The specified procedure could not be found.
E:\tomcat\webapps\dls\node_modules\gulp-sass\node_modules\node-sass\vendor\win32-x64\binding.node
at Error (native)
at Module.load (module.js:341:32)
at Function.Module._load (module.js:296:12)
at Module.require (module.js:351:17)
at require (module.js:370:17)
at Object. (E:\tomcat\webapps\dls\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:211:15)
at Module._compile (module.js:446:26)
at Object.Module._extensions..js (module.js:464:10)
at Module.load (module.js:341:32)
at Function.Module._load (module.js:296:12)

@Fishrock123
Copy link
Member

Gulp runs just fine.

The error is from node-sass, a native module. Please see #456 & sass/node-sass#630 :)

@VaJoy
Copy link
Author

VaJoy commented Jan 22, 2015

thx a lot, but that means I need to turn to use Grunt (grunt-sassmodule) :(

@Fishrock123
Copy link
Member

I'd suggest you wait and use node instead of io.js until node-sass updates and propagates.

(but you can bug gulp-sass to be watching for a newer node-sass. :)! It should be soon by the looks of things.)

@ChALkeR ChALkeR added the invalid Issues and PRs that are invalid. label Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

3 participants