jhliberty on master
add gitter.im badge add gitter… (compare)
Hello guys!
I installed and set up the development environment for applications in EmberJS.
Tools installed:
- Git;
- Node.js (with NPM);
- Bower;
- Ember CLI;
- PhantomJS.
I can create a project with ember using ember new <app-name>
and use ember to start the application server. It works!
However, I ran a git clone
from a project to my machine and when I try to run the ember command server, I get the following error:
`libsass` bindings not found. Try reinstalling `node-sass`?
Error: `libsass` bindings not found. Try reinstalling `node-sass`?
I've done searches on Google to try to set up the node-sass
and followed a few tutorials that supposedly would correct the problem, but nothing worked.
Can someone help me? Thank you!