Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created April 16, 2018 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/c91d1cac70c9ef6d9c839b58f23f8520 to your computer and use it in GitHub Desktop.
Save jcrossley3/c91d1cac70c9ef6d9c839b58f23f8520 to your computer and use it in GitHub Desktop.
[jim@localhost openshift-test]$ npm run deploy-nodeshift
> openshift-test@0.0.1 deploy-nodeshift /home/jim/apps/openshift-test
> nodeshift deploy --build.env NODE_ENV=debug --expose=true --strictSSL=false --nodeVersion=latest
sh: nodeshift: command not found
npm ERR! Linux 4.13.16-100.fc25.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "deploy-nodeshift"
npm ERR! node v6.12.0
npm ERR! npm v3.10.10
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! openshift-test@0.0.1 deploy-nodeshift: `nodeshift deploy --build.env NODE_ENV=debug --expose=true --strictSSL=false --nodeVersion=latest`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the openshift-test@0.0.1 deploy-nodeshift script 'nodeshift deploy --build.env NODE_ENV=debug --expose=true --strictSSL=false --nodeVersion=latest'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the openshift-test package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodeshift deploy --build.env NODE_ENV=debug --expose=true --strictSSL=false --nodeVersion=latest
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs openshift-test
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls openshift-test
npm ERR! There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! Please include the following file with any support request:
npm ERR! /home/jim/apps/openshift-test/npm-debug.log
[jim@localhost openshift-test]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment