Hi Guys, I am trying to deploy the simple HelloWorld Appengine sample that Google provides in Github: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world
However on deploying it to my AppEngine it throws the following error: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Users\\Rahul\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'deploy' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'predeploy', 'deploy', 'postdeploy' ] 5 info lifecycle [email protected]~predeploy: [email protected] 6 info lifecycle [email protected]~deploy: [email protected] 7 verbose lifecycle [email protected]~deploy: unsafe-perm in lifecycle true 8 verbose lifecycle [email protected]~deploy: PATH: < my gcloud sdk path> 10 silly lifecycle [email protected]~deploy: Args: [ '/d /s /c', 'gcloud app deploy' ] 11 silly lifecycle [email protected]~deploy: Returned: code: 1 signal: null 12 info lifecycle [email protected]~deploy: Failed to exec deploy script 13 verbose stack Error: [email protected] deploy: `gcloud app deploy` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (C:\Users\Rahul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16) 13 verbose stack at EventEmitter.emit (events.js:198:13) 13 verbose stack at ChildProcess.<anonymous> (C:\Users\Rahul\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:198:13) 13 verbose stack at maybeClose (internal/child_process.js:982:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) 14 verbose pkgid [email protected] 15 verbose cwd D:\Projects\samples\appengine\hello-world\flexible 16 verbose Windows_NT 10.0.17763 17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\<name>\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "deploy" 18 verbose node v10.16.0 19 verbose npm v6.10.0 20 error code ELIFECYCLE 21 error errno 1 22 error [email protected] deploy: `gcloud app deploy` 22 error Exit status 1 23 error Failed at the [email protected] deploy script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ] Even with our regular App, we have error saying there are some connectivity issues. Please help. Best Regards, Rahul. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d297cab8-b235-4d81-8b6c-ba88ce1d98d4%40googlegroups.com.
