-
Notifications
You must be signed in to change notification settings - Fork 238
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
Continuous "Installing dependencies" after launching BabylonJS Editor v5.0.0 #486
Comments
Hi @iHaiduk ! I just pushed a fix that checks for availability of Node.js, Yarn and Visual Studio Code to update the UI in consequence: 4aa7367 Can you confirm that you did not install Node.js or Yarn that are required by the Editor? Else, if you have Node.js and Yarn installed the issue comes from something else and I still have to investiguate. I'm using Yarn at the moment but I plan to add support of |
Hi @julien-moreau ! I can confirm that I have the following tools installed globally:
As for the editor, besides downloading and launching it, I haven't done anything additional. Let me know if you need any more info! |
@julien-moreau I found a fix for it. You just need to check and create an empty Editor/editor/src/dashboard/item.tsx Line 61 in 55c72ba
|
It would be great if you have support for |
Bug Report: Continuous "Installing dependencies" after launching BabylonJS Editor v5.0.0-alpha.7 (Apple Silicon)
Description:
After downloading and installing BabylonJS Editor v5.0.0-alpha.7 for Apple Silicon, the editor is stuck on "Installing dependencies". This prevents me from launching the project in live mode or working with the scene at all. Additionally, sometimes after closing a project, I get the following error:
This error appears after closing the project, and it seems to be related to the destruction of an object that is still being referenced.
Expected Behavior:
After installation, I should be able to create a basic project and run or build it immediately without issues. After closing a project, no errors should occur.
Environment:
Additional Information:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: