Dhravya / cloudflare-saas-stack

Quickly make and deploy full-stack apps with database, auth, styling, storage etc. figured out for you. Add all primitives you want.
2.97k stars 213 forks source link

Issue: `@repo` related packages not found when running `bun install` #32

Closed extramix closed 1 month ago

extramix commented 1 month ago

Steps to reproduce

I ran the following commands in order:

git clone https://github.com/Dhravya/cloudflare-saas-stack
cd cloudflare-saas-stack
npm i -g bun
bun install

And then I found the issue in the bun install steps:

Screenshot 2567-07-27 at 10 20 50

What I have tried so far

I am new to Turborepo so not sure if this has to do with Turborepo or this project. I hope it might be useful to some people who stumbled upon this so I submitted the issue here. Thank you for your hard work!

A bit about my setup: Macbook M1 on Sonoma 14.5 with iTerm.

extramix commented 1 month ago

I tried this again the next day and it magically worked 😅 Closing this now.