2016-06-22 6 views
4

Windows 7にbrowser-syncをインストールしようとしていますが、NodeJsをインストールしています。あなたの環境変数に問題がある可能性がありますWindows 7にbrowser-syncをインストールできない

C:\Users\nikhil.wagh>npm install -g browser-sync 
npm ERR! Windows_NT 6.1.7601 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ 
node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "browser-sync" 
npm ERR! node v4.4.5 
npm ERR! npm v2.15.5 
npm ERR! code ECONNREFUSED 
npm ERR! errno ECONNREFUSED 
npm ERR! syscall connect 

npm ERR! Error: connect ECONNREFUSED 23.235.39.162:443 
npm ERR!  at Object.exports._errnoException (util.js:870:11) 
npm ERR!  at exports._exceptionWithHostPort (util.js:893:20) 
npm ERR!  at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1061:14) 
npm ERR! { [Error: connect ECONNREFUSED 23.235.39.162:443] 
npm ERR! code: 'ECONNREFUSED', 
npm ERR! errno: 'ECONNREFUSED', 
npm ERR! syscall: 'connect', 
npm ERR! address: '23.235.39.162', 
npm ERR! port: 443 } 
npm ERR! 
npm ERR! If you are behind a proxy, please make sure that the 
npm ERR! 'proxy' config is set properly. See: 'npm help config' 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Users\nikhil.wagh\npm-debug.log 
+0

はあなたが管理者のアクセス権を使用して、コマンドプロンプトを実行しましたか? – Keerthivasan

答えて

0

:しかし、私は以下のエラーを取得しています -

あなたは、あなたの環境変数に問題がある:

Control panel -> System -> Advanced System Settings -> Advanced -> Environment variables. 

環境変数を検索でPATH変数。

C:\Users\[your username]\AppData\Roaming\npm 

C:\Program Files (x86)\nodejs\ 

チェックあなたがPATH変数に2つのパスと

C:\Users\[your username]\AppData\Roaming\npm is beforeC:\Program Files (x86)\nodejs\ 

ソースを持つ必要があります:PATH変数必見は次のパスが含まれています - npm installation problem in windows

関連する問題