meinaart / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io
MIT License
491 stars 116 forks source link

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

Open dschuessler opened 4 years ago

dschuessler commented 4 years ago

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)