Created
July 11, 2018 07:26
-
-
Save psturc/18be691d4a6672dbf6dc5bd6885d5a5f to your computer and use it in GitHub Desktop.
Data sync UI pod crashing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > sync-server-ui@0.0.1 start /opt/app-root/src | |
| > node ./dist/index.js | |
| Wed, 11 Jul 2018 07:18:46 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules/sequelize/lib/sequelize.js:242:13 | |
| warn: notifier unknown or disabled: postgres | |
| info: GraphQl server mounted at /graphql | |
| /opt/app-root/src/dist/server.js:62 | |
| var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(req, res) { | |
| ^ | |
| ReferenceError: regeneratorRuntime is not defined | |
| at /opt/app-root/src/dist/server.js:62:48 | |
| at Object.<anonymous> (/opt/app-root/src/dist/server.js:119:2) | |
| at Module._compile (module.js:643:30) | |
| at Object.Module._extensions..js (module.js:654:10) | |
| at Module.load (module.js:556:32) | |
| at tryModuleLoad (module.js:499:12) | |
| at Function.Module._load (module.js:491:3) | |
| at Module.require (module.js:587:17) | |
| at require (internal/module.js:11:18) | |
| at Object.<anonymous> (/opt/app-root/src/dist/index.js:9:17) | |
| at Module._compile (module.js:643:30) | |
| at Object.Module._extensions..js (module.js:654:10) | |
| at Module.load (module.js:556:32) | |
| at tryModuleLoad (module.js:499:12) | |
| at Function.Module._load (module.js:491:3) | |
| at Function.Module.runMain (module.js:684:10) | |
| at startup (bootstrap_node.js:187:16) | |
| at bootstrap_node.js:608:3 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! errno 1 | |
| npm ERR! sync-server-ui@0.0.1 start: `node ./dist/index.js` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the sync-server-ui@0.0.1 start script. | |
| npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment