-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support Tanstack Start (tanstack.com) #24061
Comments
I think I have a similar error- broke between 1.43.5 -> 1.43.6 and still failing in 1.44.0 The debugger shows the process class is completely missing several properties: versions, env (your error), and several others. |
Same problem. Have to revert to 1.43.5 for azure/identity to work. |
@reeceorbuck @tesharp could you please share some reproduction code that causes the failure you're describing? |
import { ClientSecretCredential } from "npm:@azure/identity"; A script with these two lines will throw. |
Just responded with short piece of code that shows my issue. Sorry I'm totally unfamiliar with GitHub conventions |
Thanks, I can now reproduce the problem. |
The error now is (deno 1.45.5+6522478):
instead of the
|
I'll focus on triaging this for Deno 2, which prompts this install error instead: |
Version: Deno 1.44.0
Repro:
Clone https://github.com/tanstack/tanstack.com
pnpm i (using pnpm v 8.10.2)
DENO_FUTURE=1 deno task dev
Error:
Seems like it's breaking at:
authToken: process.env.SENTRY_AUTH_TOKEN,
But it works fine with
pnpm run dev
The text was updated successfully, but these errors were encountered: