blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Failure to Package app due to " manifest.json not found" #266

Open kammce opened 11 years ago

kammce commented 11 years ago

I am using the appropriate version of node, I have configured and compiled everything, but when I attempt to package my application I get this error. I am using Linux, and jake test does not work. I get the following error:

jake aborted. TypeError: Cannot read property '1' of null at Object. (/home/khalil/bbndk/BB10-Webworks-Packager/node_modules/jasmine-node/lib/jasmine-node/index.js:16:57) (See full trace by running task with --trace)

bryanhiggins commented 11 years ago

Hi, I believe that error is due to mismatch between your node version and jasmine-node. WebWorks requires node 0.6.10.

We do support the latest version of node in Apache Cordova. This is the commit which fixed the issue you are seeing:

https://github.com/apache/cordova-blackberry/commit/ad135dd978ca5a68a958b06946cfededbf04c992