Reputation: 11
I get the following error when trying to compile. Please help.
Module not found: Error: Can't resolve 'html2canvas'
Upvotes: 0
Views: 10873
Reputation: 39
Install html2canvas
and its typings with the following commands:
npm install --save html2canvas
npm install --save @types/html2canvas
Upvotes: 2