You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: