I am actually trying to include jspdf in server side and then use it for simple pdf generation(simply the text \"Hello world!\")(Go to the url- get the pdf localhost:8080).
I am able to install node-jspdf in Windows.
Now use the command:
npm install
After that you can use npm list to see the installation success.
npm list