cypress-plugin-snapshots icon indicating copy to clipboard operation
cypress-plugin-snapshots copied to clipboard

Error: Cannot find module './nonIterableSpread' from '/path/to/my/project/node_modules/jimp/browser/lib'

Open dschuessler opened this issue 4 years ago • 0 comments

I get this error in the Chrome viewport of Cypress when using cypress-plugin-snapshots:

Error: Cannot find module './nonIterableSpread' from '/path/to/my/project/node_modules/jimp/browser/lib'

I followed the installation instructions from the README.md

Chrome 83 Cypress 4.9.0 cypress-plugin-snapshots 1.4.3 jimp 0.10.3 (automatically installed as dependency)

dschuessler avatar Jun 30 '20 12:06 dschuessler