eun-choi commented on issue #566: URL: https://github.com/apache/cordova-cli/issues/566#issuecomment-956999233
Before re-install: ``` [email protected] /usr/local/lib/node_modules/cordova └─┬ [email protected] └─┬ [email protected] └── [email protected] > cordova build ios /usr/local/lib/node_modules/cordova/node_modules/macos-release/index.js:27 const [name, version] = nameMap.get(release); TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) ``` After re-install: ``` [email protected] /usr/local/lib/node_modules/cordova └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` This problem was solved by reinstalling. However, if you upgrade macOS 12 with it already cordova 10 installed, I suspect others will have the same problem. (Because, it's been over a year since the cordova 10.0.0 version was released.) -- 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]
