You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
One of the modules depends on node-sass, but the required version of node-saas does not support newer node, the error observed is the same as: sass/node-sass#2549
gulp-sass should ideally be updated to a version that supports the newer node LTS.
Would also be good to specify the supported nodejs version if not already done, idealy with .nvmrc.
The text was updated successfully, but these errors were encountered:
cirosantilli
changed the title
npm install fails with "error: ‘class v8::Object’ has no member named ‘ForceSet’" on node-sass with v10.15.1
npm install fails with "error: ‘class v8::Object’ has no member named ‘ForceSet’" on node-sass with node v10.15.1
Feb 3, 2019
094bae5 Ubuntu 18.10.
It works on nodejs v8.11.1 though.
One of the modules depends on node-sass, but the required version of node-saas does not support newer node, the error observed is the same as: sass/node-sass#2549
npm list contains:
gulp-sass should ideally be updated to a version that supports the newer node LTS.
Would also be good to specify the supported nodejs version if not already done, idealy with
.nvmrc
.The text was updated successfully, but these errors were encountered: