lv_img_conv
lv_img_conv copied to clipboard
Node 18 or 20 support
Node V14 is no longer a LTS release and node-gyp no longer works with MacOS Sonoma when installing the node dependencies.
On Sonoma, I am receiving the error ValueError: invalid mode: 'rU' while trying to load binding.gyp
when attempting to npm install
. I think this is because node-gyp
is outdated and doesn't support newer XCodes, which are installing newer python versions.
When running with Node 18 on Linux and MacOS, the error is sh: 1: ts-node: not found
.