What version of Bun is running?
1.3.8+b64edcb49
What platform is your computer?
parallels desktop: Microsoft Windows NT 10.0.26100.0 x64 \ macOS Monterey
What steps can reproduce the bug?
- Open the shared folder (network folder or location) where the project is located (there's package.json)
- Open cmd and type
bun i
- It will say
ENOENT: Bun could not find a file and the code that produces this error is missing a better error
What is the expected behavior?
It will create node_modules
What do you see instead?
ENOENT: Bun could not find a file and the code that produces this error is missing a better error

Additional information
im using parallels desktop to use bun because my proccessor doesnt support AVX2 on my mac
If i enter bun i in a regular folder (the same project) C:\ it will work
P.S. the shared folder does have read & write permissions
What version of Bun is running?
1.3.8+b64edcb49
What platform is your computer?
parallels desktop: Microsoft Windows NT 10.0.26100.0 x64 \ macOS Monterey
What steps can reproduce the bug?
bun iENOENT: Bun could not find a file and the code that produces this error is missing a better errorWhat is the expected behavior?
It will create node_modules
What do you see instead?
ENOENT: Bun could not find a file and the code that produces this error is missing a better errorAdditional information
im using parallels desktop to use bun because my proccessor doesnt support AVX2 on my mac
If i enter
bun iin a regular folder (the same project) C:\ it will workP.S. the shared folder does have read & write permissions