Answers for "Your requested "node" version "12" doesn't match your global version "16""

0

Your requested "node" version "12" doesn't match your global version "16"

{
  "functions": {
    "predeploy": [
      "npm --prefix \"$RESOURCE_DIR\" run lint",
      "npm --prefix \"$RESOURCE_DIR\" run build"
    ]
  },
  "firestore": {
    "rules": "firestore.rules",
    "indexes": "firestore.indexes.json"
  },
  "hosting": {
    "public": "dist",
    "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  },
  "emulators": {
    "firestore": {
      "port": "5002"
    }
  }
}
Posted by: Guest on October-18-2021

Code answers related to "Your requested "node" version "12" doesn't match your global version "16""

Code answers related to "Javascript"

Browse Popular Code Answers by Language