Hi,
I pulled the appbuilderSDK from github. While trying to install the dependencies using NPM i in visual studio, I keep running into the issue that:
react-scripts@5.0.1 is only compatible with typescript < 5 @mantine/core is only compatible with typescript > 5
So no matter which typescript version I install, there are compatibility issues.
What is the advised approach?
Kind regards, Elias
In the current package.json the typescript dependency shows a version >= 5. Please see here. We switched to pnpm a while ago, but forgot to update the README accordingly. Will do that now. Please use pnpm instead of npm. https://pnpm.io/
package.json
pnpm
npm
This solved the problem, thanks!