linux - libsass bindings not found when running gulp dist -


i'm trying use gulp project on linux machine. readme project tells me first run sudo npm install -g gulp bower, in project directory run sudo npm install , bower install. point works fine me. however, after try run gulp dist , error:

error: `libsass` bindings not found in /[project directory]/trunk/node_modules/gulp-sass/node_modules/node-sass/vendor/linux-x64-14/binding.node. try reinstalling `node-sass`? 

googling error produced this: libsass bindings not found when using node-sass in nodejs, tried, didn't fix anything. when looked through directory gulp said couldn't find difference linux-x64-14, mine said linux-x64-11, i'm assuming have wrong version? fun decided try changing name of folder wanted, , got different error:

error: module did not self-register. 

the strange thing when tried getting project working on windows machine didn't have of these issues, worked. have no idea i'm doing wrong, ideas?

i've solved updating gcc 4.4.x 4.7.x. because gcc 4.4.x cannot compile node-sass of current version.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -