firebase cli の環境開発
firebase cliのインストール時にエラーメッセージが表示され、、ログインもできない。
$ npm install -g firebase-tools実行時のエラーメッセージ
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 C:\Users\ユーザー名.npm-global\firebase -> C:\Users\ユーザー名.npm-global\node_modules\firebase-tools\lib\bin\firebase.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\firebase-tools\node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN ws@7.3.0 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself. npm WARN ws@7.3.0 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself. + firebase-tools@8.2.0 updated 1 package in 7.981s
$ firebase login実行時のエラーメッセージ
'firebase' は、内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。
試したこと
・以下を設定
$mkdir ~/.npm_global $npm config set prefix ~/.npm_global $npm install -g firebase-tools
・下記のパスを追加
$ npm bin -g /Users/ユーザー名/.npm-global/bin (not in PATH env variable)
補足情報(FW/ツールのバージョンなど)
windows10 /nvm 1.1.7./npm 6.14.4/node v12.16.3
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。