I am creating a yarn Plug'n'Play workspace. But when I tried to use the yarn dlx @yarnpkg/sdks vscode
it gave me a "RangeError: Maximum call stack size exceeded" error. But I manually created the file and the sdks folder and resolved the issue.
But after that when I tried to install the React app it gave me the same error.
The command I used was: yarn create react-app frontend --use-pnp
Above is the response I am getting.
- Node: v18.12.0
- Yarn: v3.3.1