0
0

More than 3 years have passed since last update.

command not found:nodeエラーが表示されたときの解決方法

Last updated at Posted at 2021-08-29

エラーケース

ターミナルでnodeのバージョン確認をするコマンド「node --version」を実行したら、「command not found:node」というエラーが返ってきてしまう。”node”というコマンドが認識されていないみたい。

解決方法

「node」をインストールすればOK
https://nodejs.org/ja/download/

npmも同様にインストールすればコマンドとして認識されるようになる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0