arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 223 forks source link

Error installing on Node v13.1.0 #202

Closed arojunior closed 4 years ago

arojunior commented 4 years ago

Apparently there are some issues with NodeJs newer version.

When installing node-sass dependency, a lot of compiling errors are happening:

../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’

...

../../nan/nan_converters_43_inl.h:37:57: error: no matching function for call to ‘v8::Value::BooleanValue(v8::Local<v8::Context>)’
   return val->NAME ## Value(isolate->GetCurrentContext()); 

Tested with version 10.x and everything is OK.