Hi im experimenting the following error.
╔══════════════ Nixpacks v1.5.1 ══════════════╗
║ setup │ nodejs-16_x, npm-8_x ║
║─────────────────────────────────────────────║
║ install │ npm i ║
║─────────────────────────────────────────────║
║ build │ npm run build ║
║─────────────────────────────────────────────║
║ start │ npm install --legacy-peer-deps ║
╚═════════════════════════════════════════════╝
#11 3.970 npm ERR! code ERESOLVE
#11 3.975 npm ERR! ERESOLVE unable to resolve dependency tree
#11 3.976 npm ERR!
#11 3.976 npm ERR! While resolving: medusa-starter-default@0.0.1
#11 3.976 npm ERR! Found: @medusajs/medusa@1.11.0
#11 3.976 npm ERR! node_modules/@medusajs/medusa
#11 3.976 npm ERR! @medusajs/medusa@"^1.11.0" from the root project
#11 3.976 npm ERR!
#11 3.976 npm ERR! Could not resolve dependency:
#11 3.977 npm ERR! peer @medusajs/medusa@"1.9.0" from @medusajs/admin@3.0.0
#11 3.977 npm ERR! node_modules/@medusajs/admin
#11 3.977 npm ERR! @medusajs/admin@"^3.0.0" from the root project
#11 3.977 npm ERR!
#11 3.977 npm ERR! Fix the upstream dependency conflict, or retry
#11 3.977 npm ERR! this command with --force, or --legacy-peer-deps
#11 3.977 npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
#11 3.977 npm ERR!
#11 3.977 npm ERR! See /root/.npm/eresolve-report.txt for a full report.
#11 3.980
#11 3.980 npm ERR! A complete log of this run can be found in:
#11 3.980 npm ERR! /root/.npm/_logs/2023-05-24T23_13_49_511Z-debug-0.log
#11 ERROR: process "/bin/bash -ol pipefail -c npm i" did not complete successfully: exit code: 1
Error: Docker build failed
I don't think i can influence the install command.
Is there a way to fix this?