-
Notifications
You must be signed in to change notification settings - Fork 62
Description
When we are trying to install microgateway in azure, we are getting this error. what we need to do to fix this
2019-10-21T14:54:58.912020302Z > edgemicro start /home/site/wwwroot
2019-10-21T14:54:58.912027402Z > node app.js
2019-10-21T14:54:58.912032402Z
2019-10-21T14:55:00.877333517Z /node_modules/microgateway-plugins/node_modules/volos-quota-apigee/lib/apigeequota.js:268
2019-10-21T14:55:00.877368719Z ...body,
2019-10-21T14:55:00.877375219Z ^^^
2019-10-21T14:55:00.877380120Z
2019-10-21T14:55:00.877385020Z SyntaxError: Unexpected token ...
2019-10-21T14:55:00.877390020Z at createScript (vm.js:74:10)
2019-10-21T14:55:00.877394921Z at Object.runInThisContext (vm.js:116:10)
2019-10-21T14:55:00.877399821Z at Module._compile (module.js:533:28)
2019-10-21T14:55:00.877404721Z at Object.Module._extensions..js (module.js:580:10)
2019-10-21T14:55:00.877409721Z at Module.load (module.js:503:32)
2019-10-21T14:55:00.877414422Z at tryModuleLoad (module.js:466:12)
2019-10-21T14:55:00.877419222Z at Function.Module._load (module.js:458:3)
2019-10-21T14:55:00.877437523Z at Module.require (module.js:513:17)
2019-10-21T14:55:00.877442823Z at require (internal/module.js:11:18)
2019-10-21T14:55:00.877447623Z at Object. (/node_modules/microgateway-plugins/quota/index.js:8:13)
2019-10-21T14:55:00.889459887Z npm info lifecycle edgemicro~start: Failed to exec start script
2019-10-21T14:55:00.892403650Z npm ERR! code ELIFECYCLE
2019-10-21T14:55:00.894205950Z npm ERR! errno 1
2019-10-21T14:55:00.897214116Z npm ERR! edgemicro start: node app.js
2019-10-21T14:55:00.898165368Z npm ERR! Exit status 1
2019-10-21T14:55:00.899141222Z npm ERR!
2019-10-21T14:55:00.900034772Z npm ERR! Failed at the edgemicro start script.
2019-10-21T14:55:00.900881919Z npm ERR! This is probably not a problem with npm. There is likely additional logging output above.