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
Right now we have stable xterm.js declared as a peer dependency of the beta addons. This ends up causing issue with npm microsoft/vscode#196795 (comment). To fix this we probably need to update the peer dependency when we update the version of the addons on publish
The text was updated successfully, but these errors were encountered:
Glad to see a move back to npm - it is not only the official package installer, it also got much better lately, but more importantly we encountered issues with yarn in other projects, where its package cache might apply the wrong package version (and we had to switch back to npm, mind you - those issues are all around ESM support in various 3rd party packages, grrr).
Right now we have stable xterm.js declared as a peer dependency of the beta addons. This ends up causing issue with npm microsoft/vscode#196795 (comment). To fix this we probably need to update the peer dependency when we update the version of the addons on publish
The text was updated successfully, but these errors were encountered: