You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
yarn create react-app test-app --scripts-version=react-scripts-ts
cd test-app
yarn start
...
Failed to compile.
./src/index.tsx
Module build failed: FatalError: Could not find custom rule directory:
Everything was fine yesterday, today none of my co workers are able to start new projects.
I assume an upstream change broke something here, any idea what should be done ?
The text was updated successfully, but these errors were encountered:
This seems to be an issue of tslint, introduced in palantir/tslint#3640 as far as I can tell. Do you have anything in your tslint.json related to this?
As of today, fresh projects are unable to build.
yarn create react-app test-app --scripts-version=react-scripts-ts cd test-app yarn start ... Failed to compile. ./src/index.tsx Module build failed: FatalError: Could not find custom rule directory:
Everything was fine yesterday, today none of my co workers are able to start new projects.
I assume an upstream change broke something here, any idea what should be done ?
The text was updated successfully, but these errors were encountered: