Description
When running npm run test, the system fails to find the package manager binary path, preventing tests from running properly.
Error Message
> test
> turbo test --log-order grouped --output-logs new-only
turbo 2.5.3
• Packages in scope: @roo-code/build, @roo-code/config-eslint, @roo-code/config-typescript, @roo-code/vscode-e2e, @roo-code/vscode-nightly, @roo-code/vscode-webview, roo-cline
• Running test in 7 packages
• Remote caching disabled
× Unable to find package manager binary: cannot find binary path
╰─▶ cannot find binary path
Related Issues
This issue is related to #3875.
Expected Behavior
The package manager binary should be properly installed and accessible when running tests.