0dp / generator-wp-bones

Yeoman generator to quickly install Bones Wordpress starter theme into your Wordpress theme folder
Other
68 stars 31 forks source link

Error running task sass.js #15

Closed karneaud closed 9 years ago

karneaud commented 9 years ago

I installed your pacakage using yo and got this message

I'm all done. Running bower install & npm install for you to install the require d dependencies. If this fails, try running the command yourself. npm WARN package.json grunt-globa-tech@0.0.1 No description npm WARN package.json grunt-globa-tech@0.0.1 No README data npm WARN engine grunt-phpcs@0.2.3: wanted: {"node":"0.10.x"} (current: {"node":" 0.12.2","npm":"2.7.4"}) bower ENOENT No bower.json present Loading "sass.js" tasks...ERROR

Error: c:\Users\ME\git\globatech\wp-content\themes\globa-tech\library\grunt\ node_modules\grunt-sass\node_modules\node-sass\bin\win32-ia32-v8-3.28\binding.no de is missing. Try reinstalling node-sass?

Were you suppose to install a bower.json? or was I?

0dp commented 9 years ago

the generator should do that but I can see there is something odd going on. I reckon its because of some updates - im looking into it now

karneaud commented 9 years ago

Seems to be related to the python issue.

0dp commented 9 years ago

So I had the same error, and it was fixed by downgrading to 0.10.x can you try that out @karneaud ?

karneaud commented 9 years ago

Yeah this was fixed but without downgraded. it had to do with that python issue.... the reall error is that node-sass and python issue using vbuild.exe

0dp commented 9 years ago

ahh ok, because I saw pretty much the same issues when you mentioned it, and it was because node-sass was incompatible with node 0.12.x - But yeah glad you found out.