This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Presently, trying to run sass-loader against the latest node-sass@2.0.0-beta (the latest in npm) on io.js@1.0.1 appears to succeed, but upon execution yields a Module did not self-register error. If you follow the advice of #563 and remove the binding altogether, you'll get this instead:
Module build failed: TypeError: Cannot read property 'render' of undefined
at Object.module.exports.render (node_modules/node-sass/lib/index.js:230:26)
at Object.module.exports (node_modules/sass-loader/index.js:53:10)