Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

installing jspdf using npm command

Tags:

angular

jspdf

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

like image 745
vinod krishna Avatar asked Jun 14 '26 03:06

vinod krishna


2 Answers

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
like image 186
Mohanad Haddadin Avatar answered Jun 18 '26 01:06

Mohanad Haddadin


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.

like image 41
Antti Kohtamäki Avatar answered Jun 17 '26 23:06

Antti Kohtamäki



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!