私は Windows 10 を使用しており、ローカル マシンに Node.js (npm を使用) をインストールしました。私は次のような指示に従おうとしています:
"Once node.js and npm are installed, run the following command in your terminal.
npm install -g live-server
This will install live-server⁵, a simple static server that has live reload built-in. To
start your server, run live-server in your terminal from the root /code folder —
it will even open a new browser window for you!"
私はWindowsを使用しているので、「ターミナル」は「コマンドプロンプト」を意味すると思います。npm install -g live-server
そのため、 C:// プロンプトから" " を実行しました。
live-server
「ルート/コードフォルダーから端末で実行する」という部分について、私は今混乱しています。
とは何root /code folder
ですか?