I'm getting this error when running the frontend of the react template (i.e. npm install and npm run start, as described in README). Manually setting the typescript version in package.json to 3.8.0 (as suggested in the other issue) fixes this for me.
I'm getting this error when running the frontend of the react template (i.e.
npm install
andnpm run start
, as described in README). Manually setting the typescript version in package.json to 3.8.0 (as suggested in the other issue) fixes this for me.