Skip Navigation

Offline Bundle

Offline Bundle contains typings for the TypeScript compiler. Typings are required to be able to compile web modules.

Installation

Offline Bundle can be found in the SDK package (webmodules/tools/offline-bundle) and the Concierge is required to be able to install the Offline Bundle. To install Offline Bundle execute the following command in the offline-bundle directory:

ngv install

This command will install typing in the .ngv directory in the user’s home directory. This means that the offline installation of the bundle must be repeated after the .ngv directory is cleared.

Uninstallation

Installing a new Offline Bundle by default removes the old one. Offline Bundle can also be uninstalled by either manually deleting the .ngv directory in the user’s home directory or by executing the following Concierge command:

ngv uninstall:all

Upgrading

To upgrade Offline Bundle:

  1. Uninstall the current Offline Bundle as described in this documentation

  2. Install the new Offline Bundle as described in this documentation