-50 This application can't be opened

by user 269689570688368642

If these errors that I get when running the open server command is referring to the web project folder

by user 269689570688368642

by user 269689570688368642

Then indeed I’m not sure if I’m supposed to have /debug /engine_element etc in the webproject folder / what happened to them

by user 269689570688368642

Thats very odd

Whats in the Needle Engine folder when you open the package folder in Unity? There should be a folder named “package~” inside which is what will be installed to node_modules

If the folder in there is also almost empty (it should contain multiple folders like “engine”, “engine components” etc) then I would assume something deleted that content and either restarting Unity could be enough OR installing the package again should help

They definitely must not be missing

by user 269689570688368642

If im understanding correctly this is the overarching unity project, it has the assets with a project named folderthat is empty for some reason

by user 269689570688368642

and then within the Needle/Minimal is where the web project is which also seems to be missing things.

by user 269689570688368642

by user 269689570688368642

This is the whole unity project folder I believe, inside the Library folder here all the dependencies seem to be there, but from here, within Assets/Minimal is nothing, and within Needle/Minimal/Node_modules there are some missing things

by user 269689570688368642

this is the folder that you would want to see - thats where the engine is located for the web runtime:
image.png

by user 269689570688368642

You need to open it in finder because the folder is hidden in unity due to the ~. this is intentional since the node_modules folder must not be imported into unity (it would crash and would be totally pointless)

Thats the same reason a web project is not allowed in assets btw :slightly_smiling_face:

by user 269689570688368642

Ok that sounds correct from what i can see. Can you try again by deleting the engine folder here in your web project and then running install (normally without holding ALT) again?
image.png

And then send a screenshot from the folder in node_modules/@needle-tools/engine again?