[Vuejs]-Incorporating jsPDF to your already existing Vuetify project

2👍

Try with npm install jspdf --save instead of jsPDF since the name of a package is case sensitive.

1👍

The package on npm is under “jspdf” not “jsPDF” so:

npm install jspdf --save

Leave a comment