Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Master, 3.2.0
-
None
Description
Steps to recreate:
cli:$ npm install git://github.com/apache/cordova-cli.git
cli:$ ./node_modules/.bin/cordova create BB10
Creating a new cordova project with name "HelloCordova" and id "io.cordova.hellocordova" at location "/Users/csantana23/foo/cordova/cli/BB10"
cli:$ cd BB10/
BB10:$ rm -rf ~/.cordova/lib/blackberry10
BB10:$ ../node_modules/.bin/cordova platform add blackberry10 -d
Downloading cordova library for blackberry10...
Requesting
...
Downloaded, unzipped and extracted 347503 byte response.
Download complete
Checking if platform "blackberry10" passes minimum requirements...
Creating blackberry10 project...
Running bin/create for platform "blackberry10" with command: ""/Users/csantana23/.cordova/lib/blackberry10/cordova/3.2.0/blackberry10/bin/create" "/Users/csantana23/foo/cordova/cli/BB10/platforms/blackberry10" "io.cordova.hellocordova" "HelloCordova"" (output to follow)
Error: An error occured during creation of blackberry10 sub-project.
/bin/sh: /Users/csantana23/.cordova/lib/blackberry10/cordova/3.2.0/blackberry10/bin/create: No such file or directory
at /Users/csantana23/foo/cordova/cli/node_modules/cordova/src/platform.js:250:30
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Process.ChildProcess._handle.onexit (child_process.js:802:5)