I need to deploy a node app in the client machine. I'm accessing the client environment through putty, an SSH client and I already have Nodejs and NPM installed and also the project in the client machine. When I try to run I get the following error:
Looking to the error I need to install Oracle DB Client. My question is: How can I do this in the putty shell?
Thanks in advance
If you search for that error in the issues on GitHub, you'll find lots of explanations. It's likely that you haven't installed the client libraries that the module depends on. You'll need to download and install those. See the installation instructions for details. If you need to use the command line, look into using SCP to upload the libraries, then you can install them with Putty.