numjs
numjs copied to clipboard
Update sharp version to 0.23.0 for nodejs 12
sharp 0.20.3 isn't compatible with nodejs 12.
https://github.com/lovell/sharp/issues/1776#issuecomment-507957956
Any update on this?
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.