Jason
Jason

Reputation: 11

Module not found: Error: Can't resolve 'html2canvas'

I get the following error when trying to compile. Please help.

Module not found: Error: Can't resolve 'html2canvas'

Upvotes: 0

Views: 10873

Answers (1)

Mangesh Gaikwad
Mangesh Gaikwad

Reputation: 39

Install html2canvas and its typings with the following commands:

npm install --save html2canvas
npm install --save @types/html2canvas

Upvotes: 2

Related Questions