We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry, I'm still new to Meteor. Here is what I did in Openshift:
Then I followed your instruction. But I got:
503 Service Unavailable No server is available to handle this request.
503 Service Unavailable
No server is available to handle this request.
I noticed when I git commit and push I got the following error message although it shows Deployment completed with status: success:
Deployment completed with status: success
remote: [meteor-openshift] Done installing Node.js version 0.10.43 remote: /var/lib/openshift/57fc47ac2d5271bfe4000198/app-root/runtime/repo//.openshift/lib/utils: line 96: /var/lib/openshift/57fc47ac2d5271bfe4000198//nodejs/configuration/node.env: No such file or directory remote: [meteor-openshift] Added source setup_custom_nodejs_env to .bash_profil remote: module.js:457 remote: throw err; remote: ^ remote: remote: Error: Cannot find module '/var/lib/openshift/57fc47ac2d5271bfe4000198/app-root/runtime/repo//package.json' remote: at Function.Module._resolveFilename (module.js:455:15) remote: at Function.Module._load (module.js:403:25) remote: at Module.require (module.js:483:17) remote: at require (internal/module.js:20:19) remote: at [eval]:1:9 remote: at ContextifyScript.Script.runInThisContext (vm.js:25:33) remote: at Object.exports.runInThisContext (vm.js:77:17) remote: at Object.<anonymous> ([eval]-wrapper:6:22) remote: at Module._compile (module.js:556:32) remote: at bootstrap_node.js:357:29 remote: module.js:457 remote: throw err; remote: ^
My question is whether my installation is success and how am I suppose to test it? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry, I'm still new to Meteor. Here is what I did in Openshift:
Then I followed your instruction. But I got:
I noticed when I git commit and push I got the following error message although it shows
Deployment completed with status: success
:My question is whether my installation is success and how am I suppose to test it? Thanks.
The text was updated successfully, but these errors were encountered: