Use this project to have a virtual NPM repository serving most of the needed packages for your Convertigo projects to run Convertigo Studio on an Internet less machine .
-
Install the project
-
run the NgxApp to install dependencies
-
then go in the project directory and run
./_private/ionic/node_modules/verdaccio/bin/verdaccio --config ./config.yaml
This will run the local NPM repository registry.
-
Edit your home directory .npmrc file and add in it
registry=http://localhost:4873/
This will instruct Convertigo NPM client to connect to your local registry instead of the unavailable Internet one
For more technical informations : documentation
-
In your Convertigo Studio click on to import a project in the treeview
-
In the import wizard
paste the text below into the
Project remote URL
field:Usage Click the copy button at the end of the line To contribute lib_Verdaccio=https://github.com/convertigo/c8oprj-lib-verdaccio.git:branch=master
To simply use lib_Verdaccio=https://github.com/convertigo/c8oprj-lib-verdaccio/archive/master.zip
-
Click the
Finish
button. This will automatically import the lib_Verdaccio project
Describes the mobile application global properties