Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install Error #9

Closed
fquiroz opened this issue Mar 22, 2017 · 2 comments
Closed

npm install Error #9

fquiroz opened this issue Mar 22, 2017 · 2 comments

Comments

@fquiroz
Copy link

fquiroz commented Mar 22, 2017

After run npm install:
Error:
typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/jquery/tags/1.10.0%2B20160417213236" typings ERR! caused by connect ECONNREFUSED 104.24.112.177:443

Console:
` c:\Dev\angular\angular2-features>npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update
to graceful-fs@^4.0.0 as soon as possible. Use npm ls graceful-fs to find it in the tree.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

scheduler@1.0.0 postinstall c:\Dev\angular\angular2-features
typings install

typings ERR! message Unable to connect to "https://api.typings.org/entries/dt/jquery/tags/1.10.0%2B20160417213236"
typings ERR! caused by connect ECONNREFUSED 104.24.112.177:443
typings ERR!
typings ERR! cwd c:\Dev\angular\angular2-features
typings ERR! system Windows_NT 6.1.7601
typings ERR! command "C:\Program Files\nodejs\node.exe" "c:\Dev\angular\angular2-features\node_modules\typings
\dist\bin.js" "install"
typings ERR! node -v v4.7.0
typings ERR! typings -v 1.5.0
typings ERR! code EUNAVAILABLE
typings ERR!
typings ERR! If you need help, you may report this error at:
typings ERR! https://github.com/typings/typings/issues `

best regards

@g11kanu
Copy link

g11kanu commented Jun 30, 2017

Can you resolve it?

@chsakell
Copy link
Owner

chsakell commented Jul 2, 2017

@fquiroz @g11kanu though I couldn't reproduce your error, I removed the typings.json file since we don't need it anymore. More over I have upgraded some dependencies such as the ngx-bootstrap. At the root directory you will find a new appveyor.yml file to be used for the npm install command status by AppVeyor.

Build status

Make sure to clone the repository again or just remove the old node_modules folder, pull the latest changes and re-run npm install again.

@chsakell chsakell closed this as completed Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants