Yarn install frequently fails with ENOENT
Hi! My builds fail quite frequently because of an allegedly missing package when running
yarn install
.
The package causing the error seems to change, so I don't think it's because of a specific package.
This happens during the install
phase, so before it reaches any of my code.
Thanks!
Error message:
Project ID: 07fcde41-284c-48e1-83d0-a92b28b116fc
Config:
╔════ Nixpacks v0.10.2 ════════╗
║ setup │ nodejs-16_x, yarn-1_x ║
║────────────────║
║ install │ yarn install --frozen-lockfile ║
║────────────────║
║ build │ yarn build:api ║
║──────────────║
║ start │ yarn run-build:api ║
╚══════════════════════╝2 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Will do and report back if it happens again - thanks 👍