我想使用 firebase 托管。所以我按照文档中的说明安装 firebase cli...我尝试部署并收到此错误
\n \xe2\x86\x90[33m>\xe2\x86\x90[39m firebase deploy\n\n === Deploying to 'firebase-project-id'...\n\n i deploying database, storage, firestore, functions, hosting\n Running command: npm --prefix "$RESOURCE_DIR" run lint\n\n > functions@ lint C:\\Users\\somto\\Desktop\\xampp3\\htdocs\\firebaseProjectFolder\\functions\n > eslint .\n\n 'eslint' is not recognized as an internal or external command,\n operable program or batch file.\n npm ERR! code ELIFECYCLE\n npm ERR! errno 1\n npm ERR! functions@ lint: `eslint .`\n npm ERR! Exit status 1\n npm ERR!\n npm ERR! Failed at the functions@ lint script.\n npm ERR! …Run Code Online (Sandbox Code Playgroud)