📜  20 错误代码 ELIFECYCLE 21 错误 errno 1 22 错误函数@ lint:`eslint .` 22 错误退出状态 1 23 错误函数@ lint 脚本失败. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:07.500000             🧑  作者: Mango

代码示例1
# the linter package isn't installed,
# if you need to deploy without run linter you can remove
# the those lines from firbase.json file:

"predeploy": [
      "npm --prefix \"$RESOURCE_DIR\" run lint"
    ],

# THANK YOU @Mohammad Desouky