Reduced test case for node-sass bug: sass/node-sass#2185
- Clone this repo
- Run
npm install
from the root of this repo - Run
npm run sass
. This should complete without error. - Run
npm run watch:sass
. This will error (this is the bug). - View package.json for exact command lines for the above 2 commands.
Note: The error occurs in sass-graph when parsing someOtherFile.css (which only happens when node-sass is running in --watch mode -- another issue).