[
https://issues.apache.org/jira/browse/CB-14126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524703#comment-16524703
]
Ronald Ligteringen commented on CB-14126:
-----------------------------------------
Problem seems solved after uninstalling cordova and alike with `npm -g
uninstall cordova cordova-ios ios-deploy ios-sim`. After that an update of node
to the latest version with `brew uninstall node@8; brew install node; brew
doctor; brew prune`. And reinstalling cordova with the new npm: `npm -g install
cordova ios-deploy`.
Now I can do:
```bash
$ cordova create test
$ cd test
$ cordova platform add ios
$ cordova requirements
<etc>
```
Can someone confirm this solution?
> cordova-ios does not build with node 10.4.0
> -------------------------------------------
>
> Key: CB-14126
> URL: https://issues.apache.org/jira/browse/CB-14126
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-ios
> Affects Versions: 8.0.0, 7.1.0
> Environment: macOS 10.13.5
> Xcode 9.4
> Homebrew 1.6.7-72
> Node 10.4.0
> Reporter: Ronald Ligteringen
> Assignee: Suraj Pindoria
> Priority: Blocker
> Labels: PhaseScriptExecution, cordova, cordova-ios, ios, node
>
> The latest version of Node hangs the building process of cordova-ios during
> the PhaseScriptExecution. Furthermore with this version of Node in Cordova
> 8.0 the command
> cordova requirements
> fails during execution
> FIX: These problems do not arise when using Node 8.11.2 (LTS) instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]