-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Unable to run pnpm dev
in expo due to .gitignore
#873
Comments
pnpm dev
in starter packpnpm dev
in expo due to .gitignore
same issue here and don want to execute with |
Hi, I had the same issue. It looks like the |
Can you please verify that this doesnt happen on a normal expo app? I dont see why this would be a cause of t3 turbo so this issue should likely be opened upstream? |
It works for me with a normal expo app. An intact btw thanks for your open source contributions |
And if you delete that file and run pnpm dev again? I'm guessing that the create-expo cli is copyinh some template file at init with proper permisssions but then the dev server writes with different ones? |
I deleted the |
I want to report I have the same issue and I fix the issue by adding file permissions to the .gitignore and running |
I can confirm that this is not a unique T3 issue, I get the same in an NX monorepo |
Does anyone know where to put this then? I feel like the proper steps are:
|
Is there anything wrong with just manually adding a
|
@psycho-baller not that I can tell - I think that's likely what most folks end up doing (myself included), without any downstream implications. |
@juliusmarminge should i go through with this? I don't think this needs to be an active issue, but I feel it should be documented for future reference. |
I opened an issue right after expo started generating gitignore that got converted to discussion (see expo/router#846) I bumped that to see if they want a new issue or not. Either way I think we can keep this issue open just for visibility until they have fixed it on there part. |
Happening to me as well |
OS : Windows 11 go to apps/expo/ and run following command. I will suggest 2nd one because it worked for me.
|
+1 |
Tested right now and have same issue :) |
Try to delete the .gitignore file generated by Expo, then rerun. |
Then cli create new again |
try this |
Works if use |
Linux user here. |
In my case, the
btw, here is the common content of
|
Provide environment information
Describe the bug
Upon downloading the template, I'm unable to run
pnpm dev
inapps/expo
. I receive the following permissions error due to the.gitignore
:Link to reproduction
https://github.com/t3-oss/create-t3-turbo
To reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: