How to install external package?
-
Hello everyone,
I'm using jsreport via docker image, I'm trying to use an external npm package, how can I go about doing that?
npm i accounting
I have tried the following, but it says it can't find npm in the path.
sudo docker exec -it jsreport "npm i -g accounting"
Thanks
-
Check this tutorial
https://jsreport.net/learn/customize-docker-image