Metro cache error when publishing.

I am trying to publish my app for testing via the expo client and im getting this error:

ENOENT: no such file or directory, open ‘C:\Users\richa\AppData\Local\Temp\metro-cache\bf\6fe732002df12de3bb3cd5aad59d127d01744560fb6666b276c69a9a8e795fee2a27e2’

I cleared the cache before because i was getting errors after updating to sdk32.

Any idea what the cause is?

Thanks,
Rich

Hey @molebox!

Right off the bat, I’d suggest making sure your dependencies in package.json are correct, then simply reinstalling them. Most likely cause here is that something wasn’t installed properly. Or that cache wasn’t cleared properly

Let me know how that goes!

Hi @charliecruzan thanks for your reply and sorry for my late reply! Ive just had a chance to sit down and have a look and it appears that after running yarn everything worked and i was able to publish my latest test version so thank you! :slight_smile:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.