Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
https://github.com/apache/cordova-cli/blob/master/src/create.js
Checkout line 36
It says:
// parseConfig will determine if there's a valid config JSON string
cfg = parseCofig(undashed[4]);
I believe it should be
// parseConfig will determine if there's a valid config JSON string
cfg = parseConfig(undashed[4]);