Which project does this relate to?
Create Tanstack App
Describe the bug
If I run
pnpm dlx @tanstack/cli@0.69.5 create tanstack-app --deployment cloudflare --framework react --no-git
using pnpm version >= 11
the process fails with the following error:
[ERR_PNPM_IGNORED_BUILDS] Ignored build scripts: esbuild@0.28.1, sharp@0.34.5, workerd@1.20260708.1
Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.
Expected behavior
the command should just work and create a functioning app
Platform
Additional context
Very similar to (but not a duplicate of) #394
I assume that this could be fixed (following 16fcd67) by adding appropriate "onlyBuiltDependencies" to the Cloudflare templates
Which project does this relate to?
Create Tanstack App
Describe the bug
If I run
using pnpm version >= 11
the process fails with the following error:
Expected behavior
the command should just work and create a functioning app
Platform
Additional context
Very similar to (but not a duplicate of) #394
I assume that this could be fixed (following 16fcd67) by adding appropriate
"onlyBuiltDependencies"to the Cloudflare templates