Angelo Annunziata
Angelo Annunziata
I retried and I had to stop the script after 5 minutes because it seems to have gone in loop .... [9066/9275]
> @ild0tt0re I have tried `bun install` with your `package.json` [above](https://github.com/oven-sh/bun/issues/1211#issuecomment-1452455122): > ```console > $ BUN_DEBUG_QUIET_LOGS=1 bun-debug install > bun install v0.5.8_debug (efdf6474) > 🔍 @mycompany/wasabi [840/1720] > error: package...
@alexlamsl the time looks promising 😃 Yes, you can't access with our registry because is protected behind a firewall. We use [Nexus as private npm registry](https://www.sonatype.com/products/Nexus-repository)
How can I help you? Can I provide you some logs?
> Would you like to try `BUN_CONFIG_MAX_HTTP_REQUESTS=1` like I did above and see if the problems you've encountered persist? > > It would help to rule out any network-load related...
Command completed successfully: ``` npm install --legacy-peer-deps ``` But with `npm ls -a` I have some Errors: - [Console Output](https://github.com/oven-sh/bun/files/10887894/console-output.log) - [Debug Log](https://github.com/oven-sh/bun/files/10887897/2023-03-04T08_45_36_051Z-debug-0.log)
Here the full log: [npm-ls.log](https://github.com/oven-sh/bun/files/10888320/npm-ls.log)
After some releases (now `bun v0.16.4`) I retried the command and I got this unexpected error ``` error: Unexpected ----- bun meta ----- Bun v0.6.14 (b5665739) macOS Silicon 22.5.0 InstallCommand:...
> Do you a have a reproduction repo you can share? If not, can you create one? See [how to create a repro](https://storybook.js.org/docs/react/contribute/how-to-reproduce). Thank you! 🙏 @shilman same issue with...
> This issue itself seems to indicate that some code is trying to directly access dist/cjs/server/options, which is no longer possible.. Can we trace where this happens? Seems to be...