sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
4.99k stars 346 forks source link

upgrade node-sass to support node v12 #648

Closed amitkeret closed 4 years ago

amitkeret commented 5 years ago

Harp still uses node-sass v4.9.3 which does not support node v12

$ node -v
v12.2.0

$ mkdir temp
$ cd temp
/temp $ npm init
...

/temp $ npm i harp
...
...
> node-sass@4.9.3 install /home/user/repos/temp/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-72_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/linux-x64-72_binding.node": 

HTTP error 404 Not Found
sintaxi commented 4 years ago

surge is now using node-sass@4.12.*