Closed JohnRiv closed 9 years ago
This is actually a problem with eyeglass-spriting itself. I accidentally included node-sass-utils as a dev dependency rather than a regular dependency. I will release a new version with this fixed soon, after which you will not need to include node-sass-utils as a dependency in the spriting-example project. Thank you for letting me know!
Using Node v0.12.6, after an
npm install
I tried running./build.js
but I received this error:Adding
node-sass-utils
to package.json fixed the issue for me