petejkim / autoparts

package manager for nitrous.io
BSD 2-Clause "Simplified" License
81 stars 84 forks source link

Added Cordova package #114

Closed marcelocg closed 10 years ago

marcelocg commented 10 years ago

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device functions.

It depends on Node.js to install and is actually installed via npm package, at least for this first version. We can improve the package to fully install from sources at a later point.

Uninstallation is working too.

Unfortunately I think I need some help with this one, though. The part installation works nice from terminal, but fails when run from the IDE with no further explains. Any advice you guys can give me on how to address this issue?

arunthampi commented 10 years ago

Thanks for the pull request, but if it's an NPM module I'm not sure if it needs to be a package (unless it's built from source).

marcelocg commented 10 years ago

As stated in Cordova's download page, the recommended way of getting Cordova installed is by installing the NPM package. I'm thus now closing this PR.

Thanks!