Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はubuntuにnodejsをインストールしました。
username@username-VirtualBox:~$ cd node username@username-VirtualBox:~/node$ node app.js
コードを間違えた場合、エラーについて応答しますが、コードが機能しているときは何も応答しません。人々が「127.0.0.1230で実行している」ことを示したように。
どうすればそれを機能させることができますか。
これが表示されるapp.jsですrunning on 127.0.0.1230:
running on 127.0.0.1230
console.log( 'running on 127.0.0.1230' );
次のように実行すると、次のようnode app.jsになりますrunning on 127.0.0.1230。
node app.js
console.logコンソールに何かを記録します。
console.log