Is it possible to make the build system ignore asdf .tool-versions?

Is it possible to make the build system ignore .tool-versions?

There are prior threads on here + on community.cloudflare.com (e.g., https://community.cloudflare.com/t/how-to-disable-automatic-installs-of-tool-versions-and-package-json/570450)

I've set the NODE_VERSION = 22.0.0 environment variable in the build settings.

Failed build log:
Found a .tool-versions file in user-specified root directory. Installing dependencies.
pnpm plugin is not installed
Error: Exit with error code: 1
    at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
    at Object.onceWrapper (node:events:652:26)
    at ChildProcess.emit (node:events:537:28)
    at ChildProcess._handle.onexit (node:internal/child_process:291:12)
Failed: build command exited with code: 1
Failed: error occurred while running build command
Was this page helpful?