ryanagillie
ryanagillie
Explore posts from servers
DTDrizzle Team
Created by whatplan on 5/28/2023 in #help
in drizzle.config.ts: "Cannot use import statement outside a module"
those are words yes poohheh
9 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
hey, it's a @types/react problem, not next LMAO
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
but until that gets fixed
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
no idea why it's half working half not
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
glad we figured that out, thanks all
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
ah, so it's a problem with react-dom 18.2.8
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
breakthrough time
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
NO IDEA WHY
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I JUST FRESH INSTALLED ON WINDOWS AND IT FAILED
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
WAIT
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
it's literally only github
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I've pulled fresh on my windows desktop, mac laptop, and DO (ubuntu) droplet, installed, and ran the command and all 3 say no errors
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
def a github issue
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I have no idea, this is so weird
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
yeah, inspecting my package.lock everything is right
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
types/react and types/react-dom are latest
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
and yeah always comitting my package-lock (or else npm ci would fail)
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
I never use realives, always pin the deps
54 replies
TTCTheo's Typesafe Cult
Created by ryanagillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally
Here I'll post the whole thing
{
"name": "t3d",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"type-check": "tsc",
"build": "next build",
"start": "next start",
"drizzle": "drizzle-kit push:mysql"
},
"dependencies": {
"@planetscale/database": "1.7.0",
"@t3-oss/env-nextjs": "0.4.0",
"@tanstack/react-query": "4.29.12",
"@trpc/client": "10.29.0",
"@trpc/react-query": "10.29.0",
"@trpc/server": "10.29.0",
"drizzle-orm": "0.26.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.12.3",
"tailwind-merge": "1.13.0",
"zod": "3.21.4"
},
"devDependencies": {
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.3",
"@total-typescript/ts-reset": "0.4.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.8",
"autoprefixer": "10.4.14",
"dotenv": "16.1.3",
"drizzle-kit": "0.18.0-27440c3",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tailwindcss": "3.12.1",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
}
}
{
"name": "t3d",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"type-check": "tsc",
"build": "next build",
"start": "next start",
"drizzle": "drizzle-kit push:mysql"
},
"dependencies": {
"@planetscale/database": "1.7.0",
"@t3-oss/env-nextjs": "0.4.0",
"@tanstack/react-query": "4.29.12",
"@trpc/client": "10.29.0",
"@trpc/react-query": "10.29.0",
"@trpc/server": "10.29.0",
"drizzle-orm": "0.26.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.12.3",
"tailwind-merge": "1.13.0",
"zod": "3.21.4"
},
"devDependencies": {
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.3",
"@total-typescript/ts-reset": "0.4.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.8",
"autoprefixer": "10.4.14",
"dotenv": "16.1.3",
"drizzle-kit": "0.18.0-27440c3",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tailwindcss": "3.12.1",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
}
}
54 replies