Me gustaría utilizar el kit de inicio web de google. Instalé node.js v0.12.0, node-sass
y gulp
.
Y luego corrió:
$ sudo npm install
Cuando escribí gulp serve
, recibí este error:
Using gulpfile ~/web-starter-kit/gulpfile.js Starting 'styles'... 'styles' errored after 93 ms
Error: `libsass` bindings not found. Try reinstalling `node-sass`? at getBinding
Reinstalé nodo y trago, pero esto no ayuda.
¿Qué debería hacer después?