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

Unable to use whitespace in path #49

Closed
Lars- opened this issue Nov 20, 2017 · 1 comment
Closed

Unable to use whitespace in path #49

Lars- opened this issue Nov 20, 2017 · 1 comment

Comments

@Lars-
Copy link

Lars- commented Nov 20, 2017

When I create a program in a folder with a whitespace and I start it, I get the following error:

/bin/sh: 1: /home/lars/My: not found
/bin/sh: 1: /home/lars/My: not found

That's all. I just call bozon start.

The path: /home/lars/My Path/Test Project
OS: Ubuntu 17.10 (also happening on Mac OS High Sierra)

So what should I do?

@andrewo0
Copy link

andrewo0 commented Dec 7, 2017

@Lars- Your program name has to be without spaces.
after creating your program open package.json add "productName": "Test Project",

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

No branches or pull requests

3 participants