You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: