Hi Folks! I’m testing serverless framework version 1.13.2 and the Google Cloud Functions tutorial (link here ) fails when I try to create a new serverless project using --template google-nodejs
Here the code:
serverless create --template google-nodejs --path easycustomer-crud
Here the result:
Serverless: Generating boilerplate…
Serverless Error ---------------------------------------
Template "google-nodejs" is not supported. Supported
templates are: "aws-nodejs", "aws-python", "aws-python3",
"aws-groovy-gradle", "aws-java-maven", "aws-java-gradle",
"aws-scala-sbt", "aws-csharp", "azure-nodejs", "openwhisk-nodejs",
"openwhisk-python", "openwhisk-swift", "plugin" and
"hello-world".
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Forums: forum.serverless.com
Chat: gitter.im/serverless/serverless
Your Environment Information -----------------------------
OS: darwin
Node Version: 6.9.4
Serverless Version: 1.13.2