Closed shahraship closed 6 months ago
Hi, you probably ran npx nx-cloud start-ci-run
locally. This should have prompted you with a warning that it isn't needed locally. This is because running the command puts a marker file on your machine that tells all future commands to run with DTE enabled, as you are currently experiencing.
To remove this, you can run npx nx-cloud cleanup
.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
monorepo> nx serve shell --verbose [NX CLOUD] Verifying current cloud bundle [NX CLOUD] A local bundle currently exists: { version: '2405.02.15.hotfix3', fullPath: '/Users/dev/Developer/monorepo/.nx/cache/cloud/2405.02.15.hotfix3' } [NX CLOUD] Last verification was within the past 30 minutes, will not verify this time [NX CLOUD] Done: /Users/dev/Developer/monorepo/.nx/cache/cloud/2405.02.15.hotfix3
NX Distributed task execution only works for cacheable targets
Target 'shell:serve' cannot be executed. To be able to replay the output of the target, distributed task execution only supports cacheable targets. You can verify that 'serve' is part of the list of cacheable targets in the 'nx.json' file. You can invoke this command without distribution by doing "NX_CLOUD_DISTRIBUTED_EXECUTION=false nx ...".
Expected Behavior
Be able to serve apps locally.
GitHub Repo
No response
Steps to Reproduce
This seems very specific to my local environment. I tried re-cloning the repo and re-installing NX as well.
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response