sass-eyeglass / spriting-example

This eyeglass project shows how to use eyeglass spriting.
1 stars 3 forks source link

Fixing ./build.js error #1

Closed JohnRiv closed 9 years ago

JohnRiv commented 9 years ago

Using Node v0.12.6, after an npm install I tried running ./build.js but I received this error:

module.js:338
    throw err;
          ^
Error: Cannot find module 'node-sass-utils'

Adding node-sass-utils to package.json fixed the issue for me

joannajw commented 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!