#build failing

11 messages · Page 1 of 1 (latest)

oak coral
#

18545f38-d91f-4a7e-9ace-018029293451

{
  "name": "sticky",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.5",
    "nodemon": "^3.0.2",
    "prisma": "^5.8.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@farcaster/hub-web": "^0.7.2",
    "@prisma/client": "^5.8.1",
    "@solana/spl-memo": "^0.2.3",
    "@solana/web3.js": "^1.88.0",
    "@types/express": "^4.17.21",
    "@upstash/redis": "^1.28.2",
    "axios": "^1.6.5",
    "bs58": "^5.0.0",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.2",
    "tweetnacl": "^1.0.3",
    "web3": "^4.3.0"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/app.js",
    "dev": "nodemon src/app.ts"
  }
}
wind orchidBOT
#

Project ID: 18545f38-d91f-4a7e-9ace-018029293451

oak coral
#

hey - bringing this up

verbal latch
#

can you try to set engines.node to 20 in your package.json

oak coral
#

hey - it's still failing

verbal latch
#

same issue?

oak coral
verbal latch
#

try adding a nixpacks.toml to your project with this in it

[phases.setup]
    nixPkgs = ['...', 'python3', 'gcc']
oak coral
verbal latch
#

then I would recommend trying a dockerfile based build

oak coral
#

docker worked, thanks