Firebase Cloud Function deploy tslint error
问题 I started a new Firebase project with the CLI. I'm using only Cloud functions and wanted to deploy some functions but Im getting this error functions@ lint: `tslint --project tsconfig.json` I already changed following lines: "npm --prefix \"$RESOURCE_DIR\" run lint", "npm --prefix \"$RESOURCE_DIR\" run build" to "npm --prefix \"%RESOURCE_DIR%\" run lint", "npm --prefix \"%RESOURCE_DIR%\" run build" because they also threw an error. What do I need to change? Edit: I created a new Firebase