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
❯ yarn && turbo watch dev
yarn install v1.22.22
warning package.json: "test" is also the name of a node core module
warning package.json: No license field
warning test: "test" is also the name of a node core module
warning test: No license field
[1/4] 🔍 Resolving packages...
success Already up-to-date.
✨ Done in 0.02s.
turbo 2.3.3
• Packages in scope:
• Running dev in 0 packages
• Remote caching disabled
• Packages in scope:
• Running dev in 0 packages
• Remote caching disabled
× discovery failed: version mismatch: package.json: no workspaces found. Turborepo requires yarn workspaces to be defined in the root
│ package.json
anthonyshew
changed the title
🐛 Bug: turbo watch does not work in single-package workspacesturbo watch does not work in single-package workspaces
Dec 2, 2024
Verify canary release
Link to code that reproduces this issue
https://github.com/ygrandgirard/turbo-single-package-watch-repro
Which canary version will you have in your reproduction?
2.3.3
Enviroment information
Expected behavior
It should run my command in
watch
mode.Actual behavior
To Reproduce
npm install
npx turbo watch lint
Additional context
No response
The text was updated successfully, but these errors were encountered: