We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is currently not possible to start or build with typescript 3.8. Following error occurs:
TypeScript error in /../tsconfig.json(19,5) Option 'noEmit' cannot be specified with option 'incremental'.
yes
typescript, incremental, noEmit
Environment Info:
current version of create-react-app: 3.4.0 running from /home/valentin/.npm/_npx/18909/lib/node_modules/create-react-app
System: OS: Linux 5.3 Ubuntu 19.10 (Eoan Ermine) CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Binaries: Node: 13.6.0 - ~/.nvm/versions/node/v13.6.0/bin/node Yarn: 1.21.1 - ~/.nvm/versions/node/v13.6.0/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v13.6.0/bin/npm Browsers: Chrome: 79.0.3945.130 Firefox: 73.0 npmPackages: react: 0.0.0-experimental-ea6ed3dbb => 0.0.0-experimental-ea6ed3dbb (16.12.0) react-dom: 0.0.0-experimental-ea6ed3dbb => 0.0.0-experimental-ea6ed3dbb react-scripts: 3.4.0 => 3.4.0 npmGlobalPackages: create-react-app: Not Found`
react-scripts start
the standard configuration of tsconfig should work with typescript 3.8. Set noEmit=false or incremental=false
The text was updated successfully, but these errors were encountered:
Please remove incremental, as it's handled by the type checker plugin.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It is currently not possible to start or build with typescript 3.8. Following error occurs:
Did you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
typescript, incremental, noEmit
Environment
Environment Info:
current version of create-react-app: 3.4.0
running from /home/valentin/.npm/_npx/18909/lib/node_modules/create-react-app
System:
OS: Linux 5.3 Ubuntu 19.10 (Eoan Ermine)
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Binaries:
Node: 13.6.0 - ~/.nvm/versions/node/v13.6.0/bin/node
Yarn: 1.21.1 - ~/.nvm/versions/node/v13.6.0/bin/yarn
npm: 6.13.4 - ~/.nvm/versions/node/v13.6.0/bin/npm
Browsers:
Chrome: 79.0.3945.130
Firefox: 73.0
npmPackages:
react: 0.0.0-experimental-ea6ed3dbb => 0.0.0-experimental-ea6ed3dbb (16.12.0)
react-dom: 0.0.0-experimental-ea6ed3dbb => 0.0.0-experimental-ea6ed3dbb
react-scripts: 3.4.0 => 3.4.0
npmGlobalPackages:
create-react-app: Not Found`
Steps to reproduce
react-scripts start
Expected behavior
the standard configuration of tsconfig should work with typescript 3.8. Set noEmit=false or incremental=false
Actual behavior
The text was updated successfully, but these errors were encountered: