jsreport: command not found
-
I am currently trying to install jsreport on my beta server. I am running into an issue right out of the gate. I am following the installation process found here and also here. Node is installed and is a version that should be compatible. Are there any other prerequisites that I need in order for the installation to work smoothly?
-
hi! it seems that your PATH env var is not setup correctly to find npm packages installed globally, you can check this post to give you an idea what is wrong. you need to check the path in which global modules are installed and then add that to your PATH env var.
-
Thank you! That was it I just had to add that path to $PATH