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.
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 tonpm install
. I think this is becausenode-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
.