Local installation

seems create strapi app fails, is there some automatic check somewhere in CI/CD that checks installation validity?

This topic has been created from a Discord post (1222557204734021682) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

in node_modules/@strapi/typescript-utils/lib/utils/get-config-path.js
seems to be const DEFAULT_TS_CONFIG_FILENAME = ‘tsconfig.json’;
but in project there is just jsconfig.json
and also there is no .ts file

Local installation javascript

–typescript attribute fixed it