lv_img_conv icon indicating copy to clipboard operation
lv_img_conv copied to clipboard

Node 18 or 20 support

Open cbeeler opened this issue 1 year ago • 0 comments

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.

cbeeler avatar Oct 06 '23 15:10 cbeeler