Skip to content

Instantly share code, notes, and snippets.

@tokunami
Last active August 29, 2015 14:00
Show Gist options
  • Save tokunami/11201066 to your computer and use it in GitHub Desktop.
Save tokunami/11201066 to your computer and use it in GitHub Desktop.
proxyの設定をしてからインストールする。
proxyの設定
$ npm config set proxy http://proxy.kdc.fujixerox.co.jp:8080
expressのインストール
$ sudo npm install -g express
バージョンの確認をしようとしたが、express: command not foundと出た。
本方法ではexpressはローカルディレクトリにインストールされるため、みれないとのこと(伊東さん)
とりあえず、このまま使用する。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment