nodejs-ex icon indicating copy to clipboard operation
nodejs-ex copied to clipboard

node.js example

Results 12 nodejs-ex issues
Sort by recently updated
recently updated
newest added

### Container platform OCP 4 ### Version _No response_ ### OS version of the container image Fedora ### Bugzilla, Jira _No response_ ### Description ``` OpenShift Build nodeapp-1/nodejs-sample-pipeline-1 [Pipeline] Start...

ERR_TOO_MANY_REDIRECTS on http://docs.okd.io/latest/dev_guide/templates.html#using-the-quickstart-templates (ln 227 in /views/index.html).

https://docs.openshift.com/online/pro/getting_started/basic_walkthrough.html#getting-started-basic-walkthrough Regarding the tutorial. Any thoughts about using a cloud like glitch.com or repl.it as runtime environment for getting started? Isn't red hats mother company IBM not also providing a...

Using MONGO_URL=mongodb+srv://user:[email protected]/sampledb?retryWrites=true&w=majority

In the section **Create a new app from an image (method 3)**, the command succeeds, but with a warning that it no longer accepts comma-separated lists of values. This changes...

(should be tagged with the "kind/documentation" label) In then [README file](https://raw.githubusercontent.com/sclorg/nodejs-ex/master/README.md), the string "nodejs-ex" must be replaced by "nodejs-exemple". For instance, in the "Build the app" section of this file:...

When running: ``` oc new-app centos/mongodb-26-centos7 -e MONGODB_USER=admin,MONGODB_DATABASE=mongo_db,MONGODB_PASSWORD=secret,MONGODB_ADMIN_PASSWORD=super-secret ``` I get this warning: ``` warning: --env no longer accepts comma-separated lists of values. "MONGODB_USER=admin,MONGODB_DATABASE=mongo_db,MONGODB_PASSWORD=secret,MONGODB_ADMIN_PASSWORD=super-secret" will be treated as a single...

``` s2i build https://github.com/sclorg/nodejs-ex.git centos/nodejs-10-centos7 testimgnode Your branch is up to date with 'origin/master'. ---> Installing application source ... ---> Installing all dependencies npm WARN deprecated [email protected]: Jade has been...