We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.0
create-remix with cloudflare pages template.
create-remix
npx create-remix --template remix-run/remix/templates/cloudflare-pages
cd into directory
cd ./remix-tsc-test
run npm run typecheck
npm run typecheck
npm run typecheck should be clean on a fresh install.
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 😊
pnpm
bun
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of Remix are you using?
2.0.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
create-remix
with cloudflare pages template.cd into directory
run
npm run typecheck
Expected Behavior
npm run typecheck
should be clean on a fresh install.Actual Behavior
Errors in various files:
issue is also present in
pnpm
andbun
fwiw 😊The text was updated successfully, but these errors were encountered: