-
Notifications
You must be signed in to change notification settings - Fork 32
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
Empty repo after init script #93
Comments
Same results. I have yarn |
I just tried It's installing now so I think the issue is with yarn. |
Great, can you try out initializing a normal project with We are reusing community-cli for the |
Ok, I was able to get it installed, but since it created a yarn visionos
Internal Error: SpatialNotes@workspace:.: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile
at $x.getCandidates (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:205:8149)
at Bd.getCandidates (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:141:1311)
at /Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:210:8334
at Yy (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:140:53922)
at xe (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:210:8314)
at async Promise.allSettled (index 0)
at async Uc (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:140:53250)
at async /Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:210:9065
at async Qi.startProgressPromise (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:140:137290)
at async St.resolveEverything (/Users/jshebert/.yarn/releases/yarn-4.0.1.cjs:210:7063) If I remove the yarn
➤ YN0000: · Yarn 4.0.1
➤ YN0000: ┌ Resolution step
➤ YN0082: │ @react-native/codegen@npm:0.74.0-nightly-20240131-82e9a5e4f: No candidates found
➤ YN0000: └ Completed in 2s 173ms
➤ YN0000: · Failed with errors in 2s 181ms I'll try out the standard init as well |
Confirmed, same error there. I'll open another ticket. Not sure what my workaround would be for now, so I guess I'll just put a pin in this. |
Can you try to initialize the project with
I curious if this will work |
This work for me! Thanks!!! |
@panzacoder Can you post the CLI issue here once you create it? |
Hey @panzacoder is this still reproducible? I can't reproduce this on yarn v4 |
@okwasniewski Sorry, I haven't been able to spend more time on this. You can close this and I will come back and reopen if I reproduce in the future. |
Sounds good, if you will encounter this in the future please open an issue in CLI repo. Thanks |
hey @panzacoder, make sure to test it out with |
Description
Excited to get started playing with visionOS!
I ran
npx @callstack/react-native-visionos@latest init YourApp
, the output I got is below in "Stacktrace or logs"A folder
YourApp
was created, but it only contains a.git
directory, no other files or folders.Steps to reproduce
run
npx @callstack/react-native-visionos@latest init YourApp
React Native Version
0.73.3
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/panzacoder/bad-rn-visionOS/tree/main
Screenshots and Videos
Above repo is only provided to meet the repro requirement, there is nothing to share because the script fails.
Sorry if this is a basic issue, I normally use Expo and so am not sure what I'm missing here if anything.
The text was updated successfully, but these errors were encountered: