Last active
August 29, 2015 14:00
-
-
Save tokunami/11201066 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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