Open Adryan-21 opened 6 months ago
Got the same issue on win 11 with bun 1.1.20
I resolved the issue by cleaning my bun cache.
Try using bun pm cache
to find the location of the cache. Then rm -r <folder>
to delete everything. Try bun install
again and it should work
What version of Bun is running?
1.1.4+fbe2fe0c3
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
I have a problem installing modules
File package.json
Result:
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
The problem appeared today (21/04), yesterday everything worked fine (20/04) when I use
pnpm install
all work