Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typecheck fails on freshly installed create-remix cloudflare-pages #7468

Closed
1 task done
jharrell opened this issue Sep 18, 2023 · 0 comments · Fixed by #7488
Closed
1 task done

typecheck fails on freshly installed create-remix cloudflare-pages #7468

jharrell opened this issue Sep 18, 2023 · 0 comments · Fixed by #7488

Comments

@jharrell
Copy link

What version of Remix are you using?

2.0.0

Are all your remix dependencies & dev-dependencies using the same version?

  • Yes

Steps to Reproduce

create-remix with cloudflare pages template.

npx create-remix --template remix-run/remix/templates/cloudflare-pages

cd into directory

cd ./remix-tsc-test

run npm run typecheck

Expected Behavior

npm run typecheck should be clean on a fresh install.

Actual Behavior

Errors in various files:

Found 59 errors in 3 files.

Errors  Files
    45  node_modules/@cloudflare/workers-types/index.d.ts:17
     1  node_modules/@types/react/index.d.ts:2987
    13  node_modules/typescript/lib/lib.dom.d.ts:23

issue is also present in pnpm and bun fwiw 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants