Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save extrajordanary/4014be6176e04b1b76dd0ccec6a925fb to your computer and use it in GitHub Desktop.
Save extrajordanary/4014be6176e04b1b76dd0ccec6a925fb to your computer and use it in GitHub Desktop.
mockdate 502
...
npm http 304 https://registry.npmjs.org/algoliasearch
npm http 304 https://registry.npmjs.org/react-router-relay
npm http 304 https://registry.npmjs.org/style-loader
npm info retry fetch attempt 1 at 4:40:01 AM
npm info attempt registry request try #1 at 4:40:01 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #2 at 4:40:12 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #3 at 4:41:12 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm ERR! fetch failed https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 502
npm info retry fetch attempt 2 at 4:41:22 AM
npm info attempt registry request try #1 at 4:41:22 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #2 at 4:41:32 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #3 at 4:42:32 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm ERR! fetch failed https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 502
npm info retry fetch attempt 3 at 4:43:32 AM
npm info attempt registry request try #1 at 4:43:32 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #2 at 4:43:42 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm info retry will retry, error on last attempt: Error: server error 502
npm info attempt registry request try #3 at 4:44:43 AM
npm http fetch GET https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm http fetch 502 https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm ERR! fetch failed https://registry.npmjs.org/mockdate/-/mockdate-1.0.3.tgz
npm ERR! Linux 3.19.0-30-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.3.1
npm ERR! npm v3.10.3
npm ERR! fetch failed with status code 502
npm ERR!
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /academy/npm-debug.log
npm info it worked if it ends with ok
npm info using npm@3.10.3
npm info using node@v4.3.1
npm info lifecycle makeschool-academy@~pretest: makeschool-academy@
npm info lifecycle makeschool-academy@~test: makeschool-academy@
> makeschool-academy@ test /academy
> node node_modules/.bin/jest --verbose --runInBand
module.js:327
throw err;
^
Error: Cannot find module '/academy/node_modules/.bin/jest'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:134:18)
at node.js:962:3
npm info lifecycle makeschool-academy@~test: Failed to exec test script
npm ERR! Test failed. See above for more details.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
The command "docker-compose run academy bash -c "npm install || true && npm test"" exited with 1.
$ docker-compose run appman bash -c "npm install || true && npm test"
npm info it worked if it ends with ok
npm info using npm@3.10.3
npm info using node@v4.3.1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment