You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to change a script you should copy it from package.json to theia.package.json, add --root-dir and regenerate package.json with yo to apply changes.
Could you also try yarn run start:backend -- --root-dir=mydir?
When I start the application with yarn run start -- --root-dir=/Users/something, then the arg variable in the default-workspace-server is undefined so it falls back to the cwd.
If I log the process.argv to the console I can see the following:
I try to start the browser example in another root dir.
I saw the "missing" option --root-dir an tried to set a new one with:
yarn run start -- --root-dir="absolute path"
But it does not recognize my option. How do I add the option --root-dir to the yarn call?
The text was updated successfully, but these errors were encountered: