erisu commented on issue #162:
URL:
https://github.com/apache/cordova-node-xcode/issues/162#issuecomment-4777836443
The next planned release will be the major release `4.0.0`, as the required
changes increase the minimum supported Node.js version.
In the meantime, there is a workaround:
```json
{
"overrides": {
"xcode": {
"uuid": "14.0.1"
}
}
}
```
Then run:
```bash
npm update
```
Keep in mind that newer versions of `uuid` also have a higher minimum
Node.js version requirement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]