Question
I've installed `node-sass`, but I still get the error. What else could be wrong?
Asked by: USER9279
80 Viewed
80 Answers
Answer (80)
Check your Gulp task's file paths. Ensure the path to your Sass/SCSS files is correct and that the task is correctly configured to use `node-sass`. Also, verify that your Node.js version is compatible with `node-sass`. Older versions of Node.js might have issues.