numjs icon indicating copy to clipboard operation
numjs copied to clipboard

Update sharp version to 0.23.0 for nodejs 12

Open rborkhuis opened this issue 6 years ago • 2 comments

sharp 0.20.3 isn't compatible with nodejs 12.

https://github.com/lovell/sharp/issues/1776#issuecomment-507957956

rborkhuis avatar Aug 09 '19 08:08 rborkhuis

Any update on this?

shashankbansal6 avatar Feb 19 '20 11:02 shashankbansal6

Didn't see any new release since 2018 😴. You can replace ✏

"numjs": "^0.16.0"

with

"numjs": "nicolaspanel/numjs"

in dependencies section of package.json 📃 to directly compile from github master, as the master branch has updated ✨ sharp version (0.25.2 as of today), which I was able to successfully compile in node v12.18 LTS. Hope this helps those who didn't know.

saravanabalagi avatar Jun 16 '20 13:06 saravanabalagi