# nodeのインストールが必要です

```
nodeのインストールが必要です。正しくインストールされていることを確認してください。
インストール後、環境設定メニューで環境パスを設定してください。
```

このメッセージは下記の場合に表示されます。

* `node` がインストールされていない。
* `node` にパスが通っていない。
* `nvm` を使用し、`.zshrc` などでにパスを通している場合
  * ターミナルでは `node` にパスが通っている状態ですが、`Monaca Localkit` から見るとパスが通っていない状態です。
  * `メニュー` > `設定` をクリックし、`環境パス` の項目に`node` のパスを設定してください。
    * 例) `/Users/xxxxxx/.nvm/versions/node/v12.16.1/bin/node`&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ja.docs.monaca.io/products_guide/monaca_localkit/troubleshooting/installation-of-node-necessary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
