Having an error with installation of jspdf and jspdf-autotable

1.1k views Asked by At

npm ERR! code EPERM npm ERR! errno -4048 npm ERR! syscall unlink npm ERR! Error: EPERM: operation not permitted, unlink

Am not able to install jspdf and autotable its giving me the above error .Help me with this.And am trying this example https://github.com/simonbengtsson/jsPDF-AutoTable

1

There are 1 answers

0
Kim Kern On

This is an issue with the latest npm release [email protected], see github issue.

If you're using npm v5, you can downgrade to [email protected]:

npm i -g [email protected]