Open vanbrands opened 4 years ago
In the lab it tells us to create an app.yaml file like this:
app.yaml
runtime: nodejs8
However, that runtime is not available anymore
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Invalid runtime 'nodejs8' specified. Accepted runtimes are: [php, php55, python27, java, java7, java8, go111, go112, go113, java11, nodej s10, nodejs12, php72, php73, python37, python38, ruby25]
You was write wrong nodejs version. Here good approach and comment about you issue
In the lab it tells us to create an
app.yaml
file like this:However, that runtime is not available anymore