[
https://issues.apache.org/jira/browse/CB-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865654#comment-13865654
]
Marcel Kinard commented on CB-5101:
-----------------------------------
There currently isn't a friendly way to install Cordova without downloading npm
packages from the npm repo. Or by using only the Apache source repos (see
CB-5137). All the usage is really geared around the assumption that the
workstation can pull what it needs on-demand from the npm (and plugin) repos. I
believe it is possible to do what you want, but will take some work to make it
easy to consume.
I have interest in this, but it is unfortunately not at the top of my personal
priority list right now. But perhaps we could at least start talking about it.
My first thought is that there could be a script (ahem, perhaps extending coho)
that not only builds the distribution from the apache git repo (tackling
CB-5137), but also pulls down all the runtime-required npm modules and
pre-populates the platform and plugin cache, then generates a zip of that. It
would be a point-in-time snapshot, and wouldn't address updates to the platform
or plugins. But it would be a start for this scenario.
> Is there a fully offline installer package for Cordova?
> -------------------------------------------------------
>
> Key: CB-5101
> URL: https://issues.apache.org/jira/browse/CB-5101
> Project: Apache Cordova
> Issue Type: Wish
> Components: CLI, CordovaJS
> Affects Versions: 3.1.0
> Reporter: Rick Gommers
>
> Please review this thread:
> http://stackoverflow.com/questions/19389535/can-you-use-cordova-in-an-offline-intranet-environment
> I'd like to install Cordova in an offline environment.
> Right now it looks like this simply isn't possible because even if you have a
> local installer package, cordova still tries to download plugins from the
> internet: http://piclair.com/data/peshj.jpg
> Question: Is there a fully offline installer package available? If not our
> organisation will not be able to use Cordova at all.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)