Install node-sass
npm i --save-dev node-sass
Run the watcher:
Method 1: node-sass assets/styles/styles.scss styles.css --watch
This first way have caused issues from time to time.
Method 2: ./node_modules/node-sass/bin/node-sass assets/styles/styles.scss styles.css --watch