Guest User

Untitled

a guest
Aug 16th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. {
  2. ...
  3. "scripts": {
  4. "app1:dev": "nuxt --config-file src/app1/nuxt.config.js -p=3000",
  5. "app2:dev": "nuxt --config-file src/app2/nuxt.config.js -p=4000",
  6. "dev": "concurrently "npm run app1:dev" "npm run app2:dev"",
  7. },
  8. "dependencies": {
  9. ...
  10. },
  11. "devDependencies": {
  12. "concurrently": "^3.6.0",
  13. "cross-env": "^5.2.0"
  14. }
  15. }
  16.  
  17. /home/ubuntu/.pm2/pm2.log :
  18. PM2 | [2018-08-16T10:05:55.046Z] PM2 log: ===============================================================================
  19. ...
  20. PM2 | [2018-08-16T10:07:32.825Z] PM2 log: App [app1] with id [0] and pid [11135], exited with code [1] via signal [SIGINT]
  21. PM2 | [2018-08-16T10:07:32.827Z] PM2 log: Starting execution sequence in -fork mode- for app name:app1 id:0
  22. PM2 | [2018-08-16T10:07:32.828Z] PM2 log: App name:app1 id:0 online
  23. PM2 | [2018-08-16T10:07:33.105Z] PM2 log: App [app1] with id [0] and pid [11145], exited with code [1] via signal [SIGINT]
  24. PM2 | [2018-08-16T10:07:33.106Z] PM2 log: Starting execution sequence in -fork mode- for app name:app1 id:0
  25. PM2 | [2018-08-16T10:07:33.108Z] PM2 log: App name:app1 id:0 online
  26. PM2 | [2018-08-16T10:07:33.383Z] PM2 log: App [app1] with id [0] and pid [11155], exited with code [1] via signal [SIGINT]
  27. PM2 | [2018-08-16T10:07:33.383Z] PM2 log: Script /usr/local/bin/npm had too many unstable restarts (16). Stopped. "errored"
  28.  
  29. /home/ubuntu/.pm2/logs/app1-error.log :
  30. /home/ubuntu/.pm2/logs/app1-out.log :
  31. ...
  32. 0|app1 | Specify configs in the ini-formatted file:
  33. 0|app1 | /home/ubuntu/.npmrc
  34. 0|app1 | or on the command line via: npm <command> --key value
  35. 0|app1 | Config info can be viewed via: npm help config
  36. 0|app1 |
  37. 0|app1 | npm@5.6.0 /usr/local/lib/node_modules/npm
  38. 0|app1 |
  39. 0|app1 | Usage: npm <command>
  40. 0|app1 |
  41. 0|app1 | where <command> is one of:
  42. 0|app1 | access, adduser, bin, bugs, c, cache, completion, config,
  43. 0|app1 | ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
  44. 0|app1 | explore, get, help, help-search, i, init, install,
  45. 0|app1 | install-test, it, link, list, ln, login, logout, ls,
  46. 0|app1 | outdated, owner, pack, ping, prefix, profile, prune,
  47. 0|app1 | publish, rb, rebuild, repo, restart, root, run, run-script,
  48. 0|app1 | s, se, search, set, shrinkwrap, star, stars, start, stop, t,
  49. 0|app1 | team, test, token, tst, un, uninstall, unpublish, unstar,
  50. 0|app1 | up, update, v, version, view, whoami
  51. 0|app1 |
  52. 0|app1 | npm <command> -h quick help on <command>
  53. 0|app1 | npm -l display full usage info
  54. 0|app1 | npm help <term> search for help on <term>
  55. 0|app1 | npm help npm involved overview
  56. 0|app1 |
  57. ...
Add Comment
Please, Sign In to add comment