Skip to content

Instantly share code, notes, and snippets.

@meenie
Last active March 24, 2018 20:27
Show Gist options
  • Save meenie/9859dcd60cb8cef1ab869a97a2075650 to your computer and use it in GitHub Desktop.
Save meenie/9859dcd60cb8cef1ab869a97a2075650 to your computer and use it in GitHub Desktop.
now.sh output
> Initializing…
> Building
> ▲ npm install
> ✓ Using "yarn.lock"
> ⧗ Installing 26 main dependencies…
> `ace-resolve` did not respond in a timely fashion, bailing…
> ▲ yarn
> yarn install v1.5.1
> [1/5] Validating package.json...
> [2/5] Resolving packages...
> [3/5] 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...
...Above repeats over and over for a little while and then this follows...
> error An unexpected error occurred: "https://registry.yarnpkg.com/@angular/core/-/core-5.2.9.tgz: ESOCKETTIMEDOUT".
> info If you think this is a bug, please open a bug report with the information provided in "/home/nowuser/src/yarn-error.log".
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
> > Error! The build step of your project failed. To retry, run `now --force`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment