mgrabina
mgrabina
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
worked! thank. you so much!
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
nope
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
i see
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
{ "version": "0.0.2", "scripts": { "build": "shx rm -rf build && tsc -p tsconfig.json && yarn export-types", "start": "node build/src/index.js", }, "dependencies": { ... "typescript": "5.2.2", }, "devDependencies": { ... }, "prisma": { "seed": "ts-node ./prisma/seed.ts" }, "engines": { "node": "18" } }
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
of course typescript is in dependencies in package.json
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
╔════════════════════ Nixpacks v1.20.0 ═══════════════════╗ ║ setup │ nodejs_18, yarn-1_x, openssl ║ ║─────────────────────────────────────────────────────────║ ║ install │ yarn -v && yarn install --check-cache ║ ║─────────────────────────────────────────────────────────║ ║ build │ yarn build-relayer && yarn migrate-relayer ║ ║─────────────────────────────────────────────────────────║ ║ start │ yarn start-relayer ║ ╚═════════════════════════════════════════════════════════╝
21 replies
RRailway
Created by mgrabina on 1/22/2024 in #✋|help
This is not the tsc command you are looking for
5e850af2-d74a-4973-a849-a0107b7a93d4
21 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
thank you!
14 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
done, check suites options was blocking it
14 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
No description
14 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
is there a way to force run a deplloy?
14 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
this is the only project I have
14 replies
RRailway
Created by mgrabina on 12/6/2023 in #✋|help
It is stucked in "waiting" but there isn't a deployment in progress. (in any env)
5e850af2-d74a-4973-a849-a0107b7a93d4
14 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
managed to make it work, by reading the code of nixpacks. basically I provided it all (.yarn/release, .yarnrc.yml and a basic .toml choosing the install command) Now I am using the latest yarn version and running from the root. Thank you so much for all your help.
59 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
59 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
╔═════════════ Nixpacks v1.19.0 ════════════╗ ║ setup │ nodejs_18, yarn-1_x, openssl ║ ║───────────────────────────────────────────║ ║ install │ yarn install --omit-dev ║ ║───────────────────────────────────────────║ ║ build │ yarn build-backend ║ ║───────────────────────────────────────────║ ║ start │ yarn start-backend ║ ╚═══════════════════════════════════════════╝
59 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
So: - set root to /package/backend - set .yarnrc.yml: yarnPath: .yarn/releases/yarn-3.2.4.cjs - set packageManager in each package.json - set the yarn release file in .yarn/releases -even added the nixpacks.tml = [phases.install] cmds = ["yarn install --omit-dev"] still does not recognize the version of yarn to run. I need to use other than yarn 1
59 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
59 replies
RRailway
Created by mgrabina on 11/21/2023 in #✋|help
Dependencies Install failing for yarn + prisma/client
I found this example using yarn 3.2.4
59 replies