Marcamillian / ClassRecorder

Web App for recording feedback and conversations from lessons [ IndexedDB | SCSS | MediaStreamAPI ]
https://mv-class-recorder.herokuapp.com/
0 stars 0 forks source link

Node-saas build error `Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (115)` #22

Closed Marcamillian closed 10 months ago

Marcamillian commented 10 months ago

Issue

When trying to build the project seeing an error from the npm package node-sass

Steps to Reproduce

Observed Outcome

Error thrown

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (115)

Expected Outcome

Build completes successfully

Potential Fixes

Marcamillian commented 10 months ago

Progress

Updated gulp-sass

npm install gulp-sass~5.0.1

Now build giving the error

Error in plugin "gulp-sass"
Message:

gulp-sass no longer has a default Sass compiler; please set one yourself.
Both the "sass" and "node-sass" packages are permitted.
For example, in your gulpfile:

  const sass = require('gulp-sass')(require('sass'));

Updating gulp script to provide sass