-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Jun 29, 2023
Replies: 1 comment 1 reply
-
|
Hey @GSri30, you seem to be using pnpm, which doesn't install However, the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GSri30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @GSri30, you seem to be using pnpm, which doesn't install
peerDependenciesautomatically.However, the
monaco-vscode-apirequires these packages aspeerDependencies, which is exactly what you're seeing. Please install them into yourpackage.jsonto resolve the error.