I'm following the guidance here (https://docs.apigee.com/api-services/content/deploying-standalone-nodejs-app) and trying to import my simple hello world node js App using command line.. it keeps coming back with below error in random places on random files..
does this process really work?
Error: Error uploading resource src/app.js: 500
{
"code" : "messaging.config.beans.RepositoryError",
"message" : "Repository error",
"contexts" : [ ],
"cause" : {
"code" : "scripts.node.CompilationFailure",
"message" : "Compilation error:
app.js:1 missing ; before statement", "contexts" : [ ]
} }