Skip to content
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

How to set the root-dir option? #349

Closed
UdoW opened this issue Jul 27, 2017 · 4 comments
Closed

How to set the root-dir option? #349

UdoW opened this issue Jul 27, 2017 · 4 comments
Assignees
Labels
bug bugs found in the application

Comments

@UdoW
Copy link

UdoW commented Jul 27, 2017

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?

@akosyakov akosyakov added the question user / developer questions label Jul 27, 2017
@akosyakov
Copy link
Member

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?

@kittaakos
Copy link
Contributor

Thanks for asking @UdoW, it seems to be broken.

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:

[ '/Users/akos.kitta/.nvm/versions/node/v6.10.3/bin/node', '/Users/akos.kitta/git/theia/examples/browser/src-gen/backend/main.js' ]

None of them is my path for sure. I think it is not even passed into the node process.

@kittaakos kittaakos added bug bugs found in the application and removed question user / developer questions labels Jul 27, 2017
@kittaakos kittaakos changed the title Hot to set the root-dir option? How to set the root-dir option? Jul 27, 2017
@akosyakov
Copy link
Member

It would be possible to pass args with #527, e.g.: npx theia browser --root-dir=/Users/something

@akosyakov akosyakov self-assigned this Sep 22, 2017
@akosyakov
Copy link
Member

Fixed with #527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application
Projects
None yet
Development

No branches or pull requests

3 participants