Theme Development: fix Node Sass could not find issue
Theme Development: fix Node Sass could not find issue
Prerequisites
The following error may occur during Theme Development :
"Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x"
(after running gulp build command)
Fix
Run npm rebuild node-sass command, and the issue should go away.
Comments
Post a Comment