Skip to content

Instantly share code, notes, and snippets.

@Bogdan808
Created December 18, 2016 18:49
Show Gist options
  • Save Bogdan808/3c5f83086eee465dfa7a19f98830f9fb to your computer and use it in GitHub Desktop.
Save Bogdan808/3c5f83086eee465dfa7a19f98830f9fb to your computer and use it in GitHub Desktop.
ticket problemm (
bogdan@bogdan-VirtualBox:~/ticket$ npm run dev
> ticketchanger@0.0.1 dev /home/bogdan/ticket
> npm run dev:live
npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/usr/bin/nodejs" "/home/bogdan/ticket/node_modules/.bin/npm" "run" "dev:live"
npm ERR! node v4.2.6
npm ERR! npm v3.10.10
npm ERR! missing script: dev:live
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/bogdan/ticket/npm-debug.log
npm ERR! Linux 4.4.0-31-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! ticketchanger@0.0.1 dev: `npm run dev:live`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ticketchanger@0.0.1 dev script 'npm run dev:live'.
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 ticketchanger package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run dev:live
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ticketchanger
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ticketchanger
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/bogdan/ticket/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment