I\'m using Sage WordPress starter theme - https://github.com/roots/sage.
From today when I run yarn build (webpack --progress --config /webpack.config.js) appears th
For me, this solution works. here are the steps:
v8::String::Utf8Value string(value);
to v8::String::Utf8Value string(v8::Isolate::GetCurrent(), value);
if you couldn't find "node-sass" folder rerun "npm install" and when you see node-sass logs in the console, terminate the process with ctrl+c.