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
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)
MacOs Catalina 10.15.3
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: