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
Running yarn install, please wait...
yarn install v1.5.1
info No lockfile found.
[1/4] Resolving packages...
warning @biesbjerg/ngx-translate-extract > [email protected]: Please upgrade to Chalk 2.1.0 - template literals in this version (2.0.1) are quite buggy.
warning htmlhint > jshint > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning htmlhint > jshint > cli > glob > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning karma > log4js > [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
warning karma > log4js > loggly > request > [email protected]: Use uuid module instead
warning karma > log4js > nodemailer > [email protected]: This project is unmaintained
warning karma > log4js > nodemailer > [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
warning karma > log4js > mailgun-js > proxy-agent > socks-proxy-agent > [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
warning karma > log4js > nodemailer > mailcomposer > [email protected]: This project is unmaintained
[2/4] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/material-design-icons/-/material-design-icons-3.0.1.tgz: ESOCKETTIMEDOUT".
Yarn fails to install the [email protected] package everytime on appveyor.
I can confirm though that installing this package works on my local OSX machine with [email protected].
Note that the same appveyor build was perfectly some weeks ago.
If the current behavior is a bug, please provide the steps to reproduce.
Using appveyor with [email protected], try to install an app with the [email protected] dependency.
What is the expected behavior?
Installation works fine.
Please mention your node.js, yarn and operating system version.
That package is pretty big and it will timeout eventually on a slow connection. Yarn doesn't pass a connection timeout by default to the underlying request library, so the actual timeout might vary by OS or node version. However you can set a network-timeout {milliseconds} in your .yarnrc file.
Do you want to request a feature or report a bug?
A Bug
What is the current behavior?
See https://ci.appveyor.com/project/sinedied/generator-ngx-rocket/build/272/job/i362xiyteu2hplrb
Here is the relevant log:
Yarn fails to install the
[email protected]
package everytime on appveyor.I can confirm though that installing this package works on my local OSX machine with
[email protected]
.Note that the same appveyor build was perfectly some weeks ago.
If the current behavior is a bug, please provide the steps to reproduce.
Using appveyor with [email protected], try to install an app with the
[email protected]
dependency.What is the expected behavior?
Installation works fine.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: