I am getting this error message when trying to execute my bun function:
TypeScript
Failed to load module: BuildMessage: EISDIR reading "/root/.bun/install/cache/bignumber.js@9.3.1@@@1agent@1.7.2@@@1/bignumber.js"
I am using Bun 1.3 runtime, deployed to cloud, with no other significant issue like a failed build or similar. Any ideas what could be going wrong?
TL;DR
Developers encountering error "Failed to load module: BuildMessage: EISDIR reading "/root/.bun/install/cache/bignumber.js@9.3.1@@@1agent@1.7.2@@@1/bignumber.js"" when running a bun function running Bun 1.3 runtime in the cloud. This issue might be caused due to a corrupted cache file. The solution is to clear the cache for bun and try running the bun function again.Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...