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
When I link another Yarn Berry pnp project in a Yarn Berry pnp project with the portal feature the tsserver.js generated by the "yarn dlx @yarnpkg/sdks vscode" command gives the error:
"...is controlled by multiple pnpapi instances"
In general: how should I link two Yarn Berry pnp projects for local development?
To reproduce
create a Yarn Berry pnp project
create another Yarn Berry pnp project and link the first project with the "portal" feature. Configure it with "yarn dlx @yarnpkg/sdks vscode" to load in VSC and load the project in VSC
expected: all goes well actual: the tsserver exits (5 times?) with an error "TypeScript language server exited with error. Error message is: write EPIPE"
Extension host log mentions an error that some modules are controlled by multiple pnpapi instances
Environment
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Self-service
Describe the bug
When I link another Yarn Berry pnp project in a Yarn Berry pnp project with the portal feature the tsserver.js generated by the "yarn dlx @yarnpkg/sdks vscode" command gives the error:
"...is controlled by multiple pnpapi instances"
In general: how should I link two Yarn Berry pnp projects for local development?
To reproduce
expected: all goes well
actual: the tsserver exits (5 times?) with an error "TypeScript language server exited with error. Error message is: write EPIPE"
Extension host log mentions an error that some modules are controlled by multiple pnpapi instances
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: