I've installed `node-sass`, but I still get the error. What else could be wrong?

Question

Grade: Education Subject: Support
I've installed `node-sass`, but I still get the error. What else could be wrong?
Asked by:
80 Viewed 80 Answers

Answer (80)

Best Answer
(265)
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.