Skip to content

Instantly share code, notes, and snippets.

@hstefan
Created May 10, 2024 06:34
Show Gist options
  • Save hstefan/9eb1f50bf11f44df727a78da58fb1c30 to your computer and use it in GitHub Desktop.
Save hstefan/9eb1f50bf11f44df727a78da58fb1c30 to your computer and use it in GitHub Desktop.
[2024-05-10 06:31:36] ╭──────────── git repo clone ───────────╼
[2024-05-10 06:31:36] │ › fetching app source code
[2024-05-10 06:31:36] │ => Selecting branch "master"
[2024-05-10 06:31:36] │ => Checking out commit "f0706339efc22d9c181a3077e15ef674e2988234"
[2024-05-10 06:31:36] │
[2024-05-10 06:31:36] │ ✔ cloned repo to /workspace
[2024-05-10 06:31:36] ╰────────────────────────────────────────╼
[2024-05-10 06:31:36]
[2024-05-10 06:31:36] › applying source directory frontend
[2024-05-10 06:31:36] ✔ using workspace root /workspace/frontend
[2024-05-10 06:31:36]
[2024-05-10 06:31:36] › configuring build-time app environment variables:
[2024-05-10 06:31:36] VITE_AUTH0_AUDIENCE VITE_ITINERARY_API_BASE_URL VITE_GOOGLE_MAPS_API_KEY VITE_AUTH0_DOMAIN VITE_AUTH0_CLIENT_ID
[2024-05-10 06:31:36]
[2024-05-10 06:31:36] › configuring custom build command to be run at the end of the build:
[2024-05-10 06:31:36] │ npm run build
[2024-05-10 06:31:36]
[2024-05-10 06:31:36] ╭──────────── buildpack detection ───────────╼
[2024-05-10 06:31:36] │ › using Ubuntu 22.04 stack
[2024-05-10 06:31:37] │ Detected the following buildpacks suitable to build your app:
[2024-05-10 06:31:37] │
[2024-05-10 06:31:37] │ heroku/nodejs-engine v0.5.3
[2024-05-10 06:31:37] │ digitalocean/node v0.4.0 (Node.js)
[2024-05-10 06:31:37] │ digitalocean/procfile v0.0.4 (Procfile)
[2024-05-10 06:31:37] │ digitalocean/custom v0.1.2 (Custom Build Command)
[2024-05-10 06:31:37] │
[2024-05-10 06:31:37] │ For documentation on the buildpacks used to build your app, please see:
[2024-05-10 06:31:37] │
[2024-05-10 06:31:37] │ Node.js v0.4.0 https://do.co/apps-buildpack-node
[2024-05-10 06:31:37] ╰─────────────────────────────────────────────╼
[2024-05-10 06:31:37]
[2024-05-10 06:31:37] ╭──────────── build caching ───────────╼
[2024-05-10 06:31:37] │ › checking for cache from a previous build
[2024-05-10 06:31:38] │ Restoring metadata for "heroku/nodejs-engine:nodejs" from app image
[2024-05-10 06:31:38] │ Restoring metadata for "heroku/nodejs-engine:toolbox" from cache
[2024-05-10 06:31:38] │ Restoring metadata for "digitalocean/node:node_modules" from cache
[2024-05-10 06:31:38] │ Restoring data for "heroku/nodejs-engine:nodejs" from cache
[2024-05-10 06:31:38] │ Restoring data for "heroku/nodejs-engine:toolbox" from cache
[2024-05-10 06:31:38] │ Restoring data for "digitalocean/node:node_modules" from cache
[2024-05-10 06:31:41] ╰───────────────────────────────────────╼
[2024-05-10 06:31:41]
[2024-05-10 06:31:41] ╭──────────── app build ───────────╼
[2024-05-10 06:31:41] │ ---> Node.js Buildpack
[2024-05-10 06:31:41] │ ---> Installing toolbox
[2024-05-10 06:31:41] │ ---> Getting Node version
[2024-05-10 06:31:41] │ ---> Resolving Node version
[2024-05-10 06:31:42] │ ---> Reusing Node v16.20.2
[2024-05-10 06:31:42] │ ---> Parsing package.json
[2024-05-10 06:31:42] │ ---> No file to start server
[2024-05-10 06:31:42] │ ---> either use 'docker run' to start container or add index.js or server.js
[2024-05-10 06:31:42] │ Project contains package-lock.json, using npm
[2024-05-10 06:31:43] │ Using npm v8.19.4. To configure a different version of npm, set the engines.npm property in package.json.
[2024-05-10 06:31:43] │ See https://do.co/apps-buildpack-node for further instructions.
[2024-05-10 06:31:43] │ Installing node_modules using npm (from package-lock.json)
[2024-05-10 06:31:43] │ Running npm ci
[2024-05-10 06:31:43] │
[2024-05-10 06:31:44] │ npm ERR! code ERESOLVE
[2024-05-10 06:31:44] │ npm ERR! ERESOLVE could not resolve
[2024-05-10 06:31:44] │ npm ERR!
[2024-05-10 06:31:44] │ npm ERR! While resolving: @typescript-eslint/eslint-plugin@7.8.0
[2024-05-10 06:31:44] │ npm ERR! Found: eslint@9.2.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/eslint
[2024-05-10 06:31:44] │ npm ERR! dev eslint@"^9.2.0" from the root project
[2024-05-10 06:31:44] │ npm ERR! peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/@eslint-community/eslint-utils
[2024-05-10 06:31:44] │ npm ERR! @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
[2024-05-10 06:31:44] │ npm ERR! @typescript-eslint/utils@"7.8.0" from @typescript-eslint/eslint-plugin@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/@typescript-eslint/eslint-plugin
[2024-05-10 06:31:44] │ npm ERR! dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
[2024-05-10 06:31:44] │ npm ERR! 1 more (typescript-eslint)
[2024-05-10 06:31:44] │ npm ERR! 1 more (@typescript-eslint/type-utils)
[2024-05-10 06:31:44] │ npm ERR! @eslint-community/eslint-utils@"^4.2.0" from eslint@9.2.0
[2024-05-10 06:31:44] │ npm ERR! 2 more (eslint-plugin-svelte, @typescript-eslint/utils)
[2024-05-10 06:31:44] │ npm ERR! 2 more (eslint-compat-utils, eslint-config-prettier)
[2024-05-10 06:31:44] │ npm ERR!
[2024-05-10 06:31:44] │ npm ERR! Could not resolve dependency:
[2024-05-10 06:31:44] │ npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/@typescript-eslint/eslint-plugin
[2024-05-10 06:31:44] │ npm ERR! dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
[2024-05-10 06:31:44] │ npm ERR! @typescript-eslint/eslint-plugin@"7.8.0" from typescript-eslint@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/typescript-eslint
[2024-05-10 06:31:44] │ npm ERR! dev typescript-eslint@"^7.8.0" from the root project
[2024-05-10 06:31:44] │ npm ERR!
[2024-05-10 06:31:44] │ npm ERR! Conflicting peer dependency: eslint@8.57.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/eslint
[2024-05-10 06:31:44] │ npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/@typescript-eslint/eslint-plugin
[2024-05-10 06:31:44] │ npm ERR! dev @typescript-eslint/eslint-plugin@"^7.8.0" from the root project
[2024-05-10 06:31:44] │ npm ERR! @typescript-eslint/eslint-plugin@"7.8.0" from typescript-eslint@7.8.0
[2024-05-10 06:31:44] │ npm ERR! node_modules/typescript-eslint
[2024-05-10 06:31:44] │ npm ERR! dev typescript-eslint@"^7.8.0" from the root project
[2024-05-10 06:31:44] │ npm ERR!
[2024-05-10 06:31:44] │ npm ERR! Fix the upstream dependency conflict, or retry
[2024-05-10 06:31:44] │ npm ERR! this command with --force, or --legacy-peer-deps
[2024-05-10 06:31:44] │ npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
[2024-05-10 06:31:44] │ npm ERR!
[2024-05-10 06:31:44] │ npm ERR! See /home/apps/.npm/eresolve-report.txt for a full report.
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │ npm ERR! A complete log of this run can be found in:
[2024-05-10 06:31:44] │ npm ERR! /home/apps/.npm/_logs/2024-05-10T06_31_43_628Z-debug-0.log
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │ unable to invoke layer creator
[2024-05-10 06:31:44] │ installing node_modules: exit status 1
[2024-05-10 06:31:44] │ ERROR: failed to build: exit status 1
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │ For documentation on the buildpacks used to build your app, please see:
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │ Node.js v0.4.0 https://do.co/apps-buildpack-node
[2024-05-10 06:31:44] │
[2024-05-10 06:31:44] │ ✘ build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment