Skip to content

Instantly share code, notes, and snippets.

@tokunami
Last active August 29, 2015 14:00
Show Gist options
  • Save tokunami/11203770 to your computer and use it in GitHub Desktop.
Save tokunami/11203770 to your computer and use it in GitHub Desktop.
webからインストール
nodejs.jp/nodejs.org_ja/
バージョン確認
$node -v
v0.11.11と出た。
動作確認
デスクトップ上にjsファイルを作成(ファイル名 helloworld.js)
$cd desktop
$vi helloworld.js
helloworld.js
console.log('hello world');
実行
$node helloworld.js
hello world と表示された。成功。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment