Error: not recognized as an internal or external command

删除回忆录丶 提交于 2020-02-05 05:34:27

问题


I'm following instructions here to set up a sample:

I'm at this step:

Setup the sample with your project firebase use --add and follow the instructions.

But, I get the following error in command prompt:

I'm sure there's an easy fix, I'm just new.


回答1:


  1. First install nodejs at your system using https://nodejs.org/en/download/

  2. Then using npm package manager which comes with nodejs; install firebase with the help of this url https://www.npmjs.com/package/firebase-tools




回答2:


As Lalit said install first node.js then make sure that make sure that this went well by typing

node -v

and

npm -v

if these two tests went well install firebase as the following:

npm install -g firebase-tools

and since you are new please try copy past commands until you get used to them.



来源:https://stackoverflow.com/questions/44603218/error-not-recognized-as-an-internal-or-external-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!