0xaryan
0xaryan
RRailway
Created by 0xaryan on 1/20/2024 in #✋|help
build failing
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"
}
}
{
"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"
}
}
12 replies
RRailway
Created by 0xaryan on 10/18/2023 in #✋|help
build failing for service
projectId : c1e362ab-eed2-49b9-9f6d-da0f8b163b80 service name: backend serviceId : 9d55a3fb-a425-4b46-8084-b8406f0d8921 The code was getting built fine before; recently, I pushed a change to a branch and it was unable to build it. I am unable to understand the error. the cause I think is
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/Irys-xyz/avsc.git
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/Irys-xyz/avsc.git
not sure why it's throwing because github.com/Irys-xyz/avsc.git is public.
47 replies