Jason Proctor wrote: >i upgraded to what looked like 3.6.0 earlier this week and ran into some >firefoxos build issues - no module called shelljs or similar. fortunately >the downgrade worked so i'm back in business. > >has this issue been fixed in the current 3.6.0 candidate? > >(i'd like to upgrade to see whether a couple of other firefoxos issues >have >been sorted.)
$ cordova create ss Creating a new cordova project with name "HelloCordova" and id "io.cordova.hellocordova" at location "/private/tmp/ss" Downloading cordova library for www... Download complete $ cd ss $ cordova platform add firefoxos@rc npm http GET https://registry.npmjs.org/cordova-firefoxos npm http 200 https://registry.npmjs.org/cordova-firefoxos npm http GET https://registry.npmjs.org/cordova-firefoxos/-/cordova-firefoxos-3.6.1.tgz npm http 200 https://registry.npmjs.org/cordova-firefoxos/-/cordova-firefoxos-3.6.1.tgz Creating firefoxos project... Project Path ../../../tmp/ss/platforms/firefoxos Package Name io.cordova.hellocordova Project Name HelloCordova $ cordova build Running command: /tmp/ss/platforms/firefoxos/cordova/build Cleaning Firefoxos project Firefox OS packaged app built in platforms/firefoxos/build/package.zip Seems to work. Otoh, if I try: cordova platform add firefoxos@3.6.0 I get an error about shelljs, so yes, this appears fixed.