ouija-io / ouija

Communicating with ghosts
http://ouija.io
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

node-sass error #68

Closed ntassone closed 10 years ago

ntassone commented 10 years ago

The sass gulp task debug option sourceComments: 'map' causes a fail when running gulp develop when trying to install ouija.

Assertion failed: (val->IsString()), function _NanGetExternalParts, file ../node_modules/nan/nan.h, line 1725.
[1]    18996 abort      gulp develop

We should change from map to none to fix the issue.