How to add an npm module to JSReport running in Azure App Service Docker image.
-
Hello there,
We wanted to add barcodes to our reports. We found the link below with the documentation on how to implement barcodes.
https://jsreport.net/blog/barcode-in-report
The guidance document suggests adding the bwip-js nmp module. This works fine in our local development PCs.
However, we need to install the npm module in our Azure Application Service. We originally installed JS Report in an Azure Application Service running a Docker Image of JSReport. How do we add the npm module to this JS Report implementation?Thank you for your help.
-
You can either use jsreport npm extension which is part of the official jsreport docker image. Or you can build your own docker image based on the official one.