Cloud App for printing user, vendor and partner address from Alma
Please use GitHub issues to report defects, ask questions, or suggest enhancements. https://github.com/kb-dk/alma_cloud_app_print_user_address/issues
For at add a new address format, add a new entry to the AddressFormats array in the cloudapp/src/app/config/address-format.ts
Current node version: v16.19.0
- Update the node version (to the latest version that can work with the eca):
nvm install node
to install the latest node ornvm install VERSION_NUMBER
to install a specific version. - Install Exlibris' CLI in the node package:
npm install -g @exlibris/exl-cloudapp-cli
- Sometimes it is better to delete
node_modules
folder andpackage-lock.json
before the next step. - Run:
npm install
- Run
npm update
- Update cloudapp-sdk:
eca update
- Install node:
nvm install node
- npm install