tsconfig.json:2:14 - error TS6053: File '@strapi/typescript-utils/tsconfigs/server' not found.
2 "extends": "@strapi/typescript-utils/tsconfigs/server", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error(s).
When I tried to install Strapi using npx create-strapi-app@latest my-project command, I got the below error
Error while installing dependencies: Keep trying! Oh, it seems that you encountered errors while installing dependencies in your project. Don't give up, your project was created correctly. Fix the issues mentioned in the installation errors and try to run the following command
But there was no error logs and when I tried yarn install && yarn develop, getting the typescript error. The node version in my system is v18.4
I have installed Strapi version 4 earlier and it was successful but currently while trying to install using the same command getting this error.