problem: npm install jspdf not working
I am trying to install the jspdf in command prompt, but it is not getting installed. Below is the command I tried.
npm install jspdf
When the above command is fired, it stops below place indefinitely and NO ERROR.
fetchMetadata: sill resolveWithNewModule [email protected] checking installable status
Please let me know if any suggestions.
Thanks
vinod
there is a problem with the latest version 1.5.3. try installing a previous version. It worked for me:
npm install [email protected] --save
For some npm dependencies the install process can freeze because of firewall.
Try disabling your firewall or connect to a public network, then run npm install again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With