Open charlenebuena opened 4 years ago
Right, please run npm install
Hi, i'm getting this same error besides Module not found: Error: Can't resolve 'jquery' in 'C:\Users\Ramon Tomas\Documents\Workspace\paint-store\node_modules\ng2-screenshot\fesm2015'
and npm install
is not fixing the error. Any clue?
Hi, i'm getting this same error besides
Module not found: Error: Can't resolve 'jquery' in 'C:\Users\Ramon Tomas\Documents\Workspace\paint-store\node_modules\ng2-screenshot\fesm2015'
andnpm install
is not fixing the error. Any clue?
I found out what was going on, jquery import on ng2-screenshot.js was using a wrong directory.
I had to install dom-to-image as a dependency. It's a pity that its a dependency as its been updated 3 years ago with a lot of open pull requests. I had to change to html2canvas
to get around some issues I ran into with this package.
It would be very nice if we can use html2canvas
instead of dom-to-image
due to the current support + maintenance on that package?
Hello. I'm getting an error as soon as I import the module. Do we need to install dom-to-image? Thanks