vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 682 forks source link

Node 10 support #555

Open macouella opened 6 years ago

macouella commented 6 years ago

Hi! Just checking if it is in the plans to get blendid working for node 10 :) I'm currently encountering the following issue when trying to yarn install blendid:

../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfo<v8::Value> &): Assertionargs[1]->IsString()' failed.`

Thanks!

hjblokland commented 5 years ago

Good question! Are there any plans to upgrade blendid? A lot of packages are outdated which causes errors in node 10.

outdated-packages
hjblokland commented 5 years ago

After applying minor upgrades on outdated packages Blendid works with node 10. Fixed in: https://github.com/vigetlabs/blendid/pull/571

estebancastro commented 2 years ago

when I try to install blend it I got error blendid@4.5.3: The engine "node" is incompatible with this module. Expected version ">=6.11.1 <10". Got "17.3.1"