This can sometimes happen if node-sass was compiled for a different version of Node.js than you’re currently running (ie if you’ve recently changed your Node.js version). You can fix that with:
npm rebuild node-sass
This can sometimes happen if node-sass was compiled for a different version of Node.js than you’re currently running (ie if you’ve recently changed your Node.js version). You can fix that with:
npm rebuild node-sass