Intermittent Workflow Error: "Cannot find module" when module exists

Hi, I'm very intermittently experiencing the same issue stated on this post. Workflow Errors importing custom javascript libraries

My workflow runs flawlessly most of the time but I noticed it stopped due to this unexpected error around not finding the module axios, when the module has been imported and ran plenty already. Could you look into this please?

Please see attached screenshots.



Hi @mr-media,

Apologies for the issue, that is a really odd that it works fine the majority of the time but sometimes can't find the package that is installed.

Are you self hosted or on the cloud? You may just need to uninstall and re-install the package to ensure the caching system is able to direct the code executor to the axios dependency at code runtime :thinking: