-
Notifications
You must be signed in to change notification settings - Fork 322
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
Run Hello with python not work #32
Comments
I'm digging myself and want to share it.
|
However, I got another problem.
in line 140-142, this code return as below error
From docker.io,
I edit some code and it works well for now.
Caution: I don't know the side effect of deleting --rm option.. |
After all work for some hours, I found this pull request. But in my case, deleting -d option makes another error.
|
@JeongtaekLim You can't use |
@Arbaoui-Mehdi Thank you! |
My test server os is Ubuntu 14.04LTS. And while doing tutorial on README, I got little problem.
I just want to test my installation, and did below command in directory 'API'
And, error was occurred.
I suppose there is some problem about version of express,
so I edit package.json as below(just change version specification of express)
Finally installation check is completed.
Is this temporary remedy right way to do?
The text was updated successfully, but these errors were encountered: