ericalli / static-site-boilerplate

A better workflow for building modern static websites.
http://staticsiteboilerplate.com
MIT License
1.74k stars 163 forks source link

Cannot npm install on node 13.8.0 #43

Open Votok opened 4 years ago

Votok commented 4 years ago

On a freshly cloned repo I get an error when running npm install:

sharp@0.22.1 install... ../src/stats.cc:130:19: error: no matching member function for call to 'Set'

...node-gyp/13.8.0/include/node/v8.h:3547:37: note: candidate function not viable: requires 3 arguments, but 2 were provided V8_WARN_UNUSED_RESULT Maybe Set(Local context,

I guess sharp package is dependency of webapp-webpack-plugin which is now deprecated (8 months without update)