In many enterprises, accessing public NPM repository is difficult or slow due to proxy filtering and internet access restrictions. The use of a local NPM repository for Convertigo Mobile Builder is the best solution to speed the initial project startup.
Your NPM local repository friend will be 'local-npm' https://www.npmjs.com/package/local-npm.
This Package will mirror all the needed packages you need to start a Convertigo Mobile Builder project. You can install this on a Linux or Windows server able to acess the Internet on https://registry.npmjs.org. This local NPM server will a database of all the packages stored locally in your organisation. From now, Convertigo Studios will be able to access it without having to access directly the NPM registry the Internet
To install npm-local on a server:
From now on, Convertigo Mobile builder will install all the required depedencies from your local NPM server with the network speed of your LAN instead of acessing the public NPM registery through slow and unfriendly network proxys...