Skip to content

Instantly share code, notes, and snippets.

@ryanlucas
Created September 9, 2020 23:11
Show Gist options
  • Save ryanlucas/c261a040efa58e511b514fe82f04b1a0 to your computer and use it in GitHub Desktop.
Save ryanlucas/c261a040efa58e511b514fe82f04b1a0 to your computer and use it in GitHub Desktop.
Wed, 09 Sep 2020 23:09:31 GMT body-parser deprecated bodyParser: use individual json/urlencoded middlewares at main.js:34:9
test-cookie-server_1 | App started on port 7000
api_1 | Hi ryanlucas! You've successfully authenticated, but GitHub does not provide shell access.
api_1 | Waiting for postgres to start...
api_1 | wait-for-it.sh: waiting 15 seconds for postgres:5432
postgres_1 | 2020-09-09 23:09:32.385 UTC [34] LOG: incomplete startup packet
api_1 | wait-for-it.sh: postgres:5432 is available after 0 seconds
api_1 | Running the compiler
api_1 | yarn run v1.19.1
api_1 | warning package.json: Potential typo "script", did you mean "scripts"?
api_1 | warning package.json: License should be a valid SPDX license expression
api_1 | $ ./node_modules/.bin/tsc && yarn copy-static
api_1 | /bin/sh: 1: ./node_modules/.bin/tsc: not found
api_1 | error Command failed with exit code 127.
api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
api_1 | Running migrations...
api_1 | yarn run v1.19.1
api_1 | warning package.json: Potential typo "script", did you mean "scripts"?
api_1 | warning package.json: License should be a valid SPDX license expression
api_1 | $ ./node_modules/.bin/sequelize --config "$(test -d 'transpiled' && echo './transpiled' || echo '.')/server/config/config.js" db:migrate
api_1 | /retool_backend/.sequelizerc:13
api_1 | throw new Error(
api_1 | ^
api_1 |
api_1 | Error: file (server/config/config.js) not found in '.' or './transpiled' ('/retool_backend/server/config/config.js' and '/retool_backend/transpiled/server/config/config.js' both do not exist)
api_1 | at selectFile (/retool_backend/.sequelizerc:13:11)
api_1 | at Object.<anonymous> (/retool_backend/.sequelizerc:20:11)
api_1 | at Module._compile (internal/modules/cjs/loader.js:778:30)
api_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
api_1 | at Module.load (internal/modules/cjs/loader.js:653:32)
api_1 | at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
api_1 | at Function.Module._load (internal/modules/cjs/loader.js:585:3)
api_1 | at Module.require (internal/modules/cjs/loader.js:692:17)
api_1 | at require (internal/modules/cjs/helpers.js:25:18)
api_1 | at loadRCFile (/retool_backend/node_modules/sequelize-cli/lib/core/yargs.js:27:78)
api_1 | error Command failed with exit code 1.
api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
api_1 | Seeding dev env...
api_1 | internal/modules/cjs/loader.js:638
api_1 | throw err;
api_1 | ^
api_1 |
api_1 | Error: Cannot find module '../transpiled/server/models'
api_1 | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
api_1 | at Function.Module._load (internal/modules/cjs/loader.js:562:25)
api_1 | at Module.require (internal/modules/cjs/loader.js:692:17)
api_1 | at require (internal/modules/cjs/helpers.js:25:18)
api_1 | at Object.<anonymous> (/retool_backend/scripts/seed-dev-database.js:1:16)
api_1 | at Module._compile (internal/modules/cjs/loader.js:778:30)
api_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
api_1 | at Module.load (internal/modules/cjs/loader.js:653:32)
api_1 | at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
api_1 | at Function.Module._load (internal/modules/cjs/loader.js:585:3)
api_1 | Starting Retool...
api_1 | yarn run v1.19.1
api_1 | warning package.json: Potential typo "script", did you mean "scripts"?
api_1 | warning package.json: License should be a valid SPDX license expression
api_1 | $ yarn build && yarn dev-loop
api_1 | warning package.json: Potential typo "script", did you mean "scripts"?
api_1 | warning package.json: License should be a valid SPDX license expression
api_1 | $ ./node_modules/.bin/tsc && yarn copy-static
api_1 | /bin/sh: 1: ./node_modules/.bin/tsc: not found
api_1 | error Command failed with exit code 127.
api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
api_1 | error Command failed with exit code 127.
api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment