Well, this is saying that python is not building CSS from Sass behind-the-scenes for you. Maybe beat the problem with this:
npm install gulp-sass
...or...
npm rebuild node-sass
...or even...
- npm --add-python-to-path='true' --debug install --global windows-build-tools
- npm config set msvs_version 2015
- npm i node-sass@latest
You may need to press Ctrl-C to break between the first two steps above. I did.
No comments:
Post a Comment