Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

error to install angular Quickstart #642

Open
hmuschett opened this issue Jul 21, 2016 · 5 comments
Open

error to install angular Quickstart #642

hmuschett opened this issue Jul 21, 2016 · 5 comments

Comments

@hmuschett
Copy link

npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

angular2-quickstart@1.0.0 postinstall C:\Users\hmuschett\Desktop\testnode\angular
typings install

typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/node/tags/6.0.0%2B20160621231320"
typings ERR! caused by connect ECONNREFUSED 104.24.112.177:443

typings ERR! cwd C:\Users\hmuschett\Desktop\testnode\angular
typings ERR! system Windows_NT 6.1.7601
typings ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\hmuschett\Desktop\testnode\angular\node_modules\typings\dist\bin.js" "install"
typings ERR! node -v v6.2.1
typings ERR! typings -v 1.3.2
typings ERR! code EUNAVAILABLE

typings ERR! If you need help, you may report this error at:
typings ERR! https://github.com/typings/typings/issues

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN angular2-quickstart@1.0.0 No description
npm WARN angular2-quickstart@1.0.0 No repository field.
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"
npm ERR! node v6.2.1
npm ERR! npm v3.9.3
npm ERR! code ELIFECYCLE
npm ERR! angular2-quickstart@1.0.0 postinstall: typings install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular2-quickstart@1.0.0 postinstall script 'typings install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the angular2-quickstart package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! typings install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs angular2-quickstart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls angular2-quickstart
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\hmuschett\Desktop\testnode\angular\npm-debug.log

@blakeembrey
Copy link
Member

Looks similar to #463.

@nikvarma
Copy link

Are you behind on proxy server? if yes then I am also facing the same issues and had reported the same.
also you have configured a proxy for the npm? if not then please do the same. to set the proxy in npm use the below command

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

@Sukhbhullar
Copy link

Sukhbhullar commented Sep 26, 2016

My proxy server need a username and passpword.
Have tried proxy="http://user:password@proxyserver:port"
But still getting error
typings ERR! message https://api.typings.org/entries/dt/jasmine/tags/2.2.0%2B20160621224255 responded with 407, expected it to equal 200

Any idea how to get over this issue?

@hmuschett
Copy link
Author

@Sukhbhullar I also set the variable that way

@Sukhbhullar
Copy link

@hmuschett I had to use cntlm as proxy server which internally connects to my organization's proxy server. It worked for me that way. Thanks anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants