您好,我在尝试添加firebase包时遇到此问题,出现以下错误...
found 385 vulnerabilities (366 low, 7 moderate, 12 high)
run `npm audit fix`` to fix them, or `nom audit` for details
PS D: \Downloads\ codecanyon-G8bOFJ14-superstore-grocery-store-super-shop-management-pos\main-files\superstore-1.1> firebase init functions
firebase: The term 'firebase' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ firebase init functions
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (firebase:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Run Code Online (Sandbox Code Playgroud)
您似乎尚未安装 Firebase CLI。
如果您在本地安装了 NPM,则可以使用以下命令安装 Firebase CLI:
npm install firebase-tools -g
Run Code Online (Sandbox Code Playgroud)
或者,您可以使用安装说明中链接的适用于 Windows 的预构建二进制文件。如果您还不太熟悉 NPM,我建议您将其作为一种更简单的入门方法。
| 归档时间: |
|
| 查看次数: |
6628 次 |
| 最近记录: |