You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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.
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.
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
The text was updated successfully, but these errors were encountered: