Answers for "configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment."

0

configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment.

Add this to package.json:
"engines": {
    "node": ">=10.0"
  }
Posted by: Guest on December-23-2020

Code answers related to "configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment."

Code answers related to "Javascript"

Browse Popular Code Answers by Language