cypress-image-snapshot 9.0.0 is missing the "util" folder on npm
froissant opened this issue ยท 4 comments
Hi!
I've update to version 9.0.0 but I have an error running cypress tests:
Error: Webpack Compilation Error
Module not found: Error: Can't resolve './util/extend'
This seems related to the fix for #12
Looking at the package tarball on npm, I noticed that the util folder wasn't included in the archive.
By copying the missing folder manually to node_modules
, I was able to run my tests.
I've ran yarn build
and yarn ci:build
on this repo, and both commands correctly output the code with the "util" folder.
The culprit seems to be semantic-release, but I unfortunately cannot debug it ๐ฅ
Let me know if you can reproduce the issue or if you need anything else!
Ah okay, that's odd. I'll take a look now
๐ This issue has been resolved in version 9.0.1 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
Many thanks @simonsmith, everything's working fine now ๐