twbs / bootstrap-sass

Official Sass port of Bootstrap 2 and 3.
http://getbootstrap.com/css/#sass
MIT License
12.6k stars 3.53k forks source link

upgrade node-sass to support Node 12 #1205

Open bigfish opened 4 years ago

bigfish commented 4 years ago

install build fails on Node 12.

see https://github.com/sass/node-sass/issues/2632 for reasons... the current version of node-sass in the package-lock is 4.9, which does not build in Node 12, which is now LTS. See here for node-sass node support info: https://github.com/sass/node-sass.