npm install timeouts with Workers builds?
I'm noticing build timeouts with my Turborepo npm monorepo which contains about 6 cloudflare workers (and a page) as well as a handful of packages (see screenshots)
i'm assuming the issue is because of the large amount of npm dependencies we have across all projects, but i'm not sure what to do about it
using
i've cleared the build cache and also tried setting my TURBO_TEAM/TOKEN in variables/secrets for builds
i'm assuming the issue is because of the large amount of npm dependencies we have across all projects, but i'm not sure what to do about it
using
install-strategy=nested in my .npmrc, not sure thats relevanti've cleared the build cache and also tried setting my TURBO_TEAM/TOKEN in variables/secrets for builds



