LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

Problems with downloading tamagui repo #91

Closed StefanEissler closed 1 year ago

StefanEissler commented 1 year ago

Initializing the monorepo with tamagui via the "yarn create luna-app" command, would not stop loading tamagui. I used tamagui and React Native and Expo before. I reinstalled my yarn tool and checked the artifacts. But it still would not stop initializing tamagui. It just loads that way without stopping:

terminal: yarn create luna-app
yarn create v1.22.19
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
[3/4] ๐Ÿ”—  Linking dependencies...
[4/4] ๐Ÿ”จ  Building fresh packages...

success Installed "create-luna-app@3.0.3" with binaries:
      - create-luna-app
โœ” What is the name of the app? ยท lunatestapp
โœ” Choose your CLI ยท Expo (Monorepo) - with create-tamagui
โ  Creating your Tamagui (@tamagui/create-tamagui) app...

Iยดm using a macbook pro 2015 with vs code.

Thank you for your help.

LunatiqueCoder commented 1 year ago

Hey. Basically the third option is the same as yarn create tamagui. You can see the source code for it here: https://github.com/LunatiqueCoder/luna/blob/master/packages/create-luna-app/src/commands/create-luna-app.ts#L30

Unfortunately, this project is a little bit unmaintained at the moment, but hopefully it will get back on track starting from September.

StefanEissler commented 1 year ago

Okay thank you. Up and running with the tamagui template now :)