Hi, i’m trying to reinstall node-sass for my ionic v1 project, but i get this error:
npm rebuild node-sass
…
In file included from …/src/binding.cpp:1:
…/node_modules/nan/nan.h:602:20: error: no type named ‘GCEpilogueCallback’ in 'v8::Isolate’
v8::Isolate::GCEpilogueCallback callback
try updating npm and node versions, then do a npm install. It will automatically install the latest node-sass version which is 4.6.0. I had this issue couple of days ago.
Thanks,
updated everything, but the error is still there.
i’ve installed node-sass globally, but my local sass in project is not being compiled with ionic serve…