-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
"Titanium: Fetching environment information" goes on forever #1234
Comments
👋🏻 @hrqmonteiro, if you try running |
It returned this:
|
There doesn't look to be anything there that appears problematic, the extension simply runs Usually we've seen that these issues tend to be environmental, potentially things like an issue with the Node.js install (tools like asdf can cause an issue) and although theoretically it shouldn't be an issue as far as I'm aware, VS Codium isn't really tested and I don't know how much usage this extension sees with it. The other possible thing is if it's choking generating completions data does |
Editing my previous attempt at a possible answer: I initially had a lot of problems with both the Node & JDK versions installed on my Mac, including this issue with CLI v.6.x.x. I ended up getting it all to work (mostly through trial and error) with the following (I remember trying later versions of Node, but I don't remember if 18 was one of them): JDK: 22.0.1_8-16 However, I would recommend, rather than downgrading Node, that you upgrade to CLI v7.1.0 and upgrade Node to version 20. Here's my current working magical combination: CLI: 7.1.0 I know CLI v.7.1.0 is supposed to work with Node 18, but I kept getting an error insisting it required v.20, so that's what I upped it to and it worked! |
It just never leaves this state, it is like this for two hours. I tried creating a lot of new projects using the Extension and on the CLI but when i open the folder the extension just keeps saying this forever.
It also doesn't detect any Android Emulator or iOS Simulator
The text was updated successfully, but these errors were encountered: