I’ve tried changing the restore cache keys, but to no avail.
I get the following message when building:
No cache is found for key: v3-dependencies-HEf30cW5ZJDiyBnTGKlOtPsWFyZE40Mmy846ExfsO14=
No cache is found for key: v3-dependencies-
But when it is done, I get the following message in the Saving Cache stage:
Skipping cache generation, cache already exists for key: v1-dependencies-HEf30cW5ZJDiyBnTGKlOtPsWFyZE40Mmy846ExfsO14=
Found one created at 2019-02-18 21:29:02 +0000 UTC
I still have a problem with jest - while everything works locally, in circleci the build doesn’t pass because of a missing npm module (which exists locally).
It’s part of jest’s dependencies - and since jest is installed, I cannot tell why its dependencies are not being installed as well.
Is there a way for me to see the resulting node_modules?