-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
tsconfig.base.json does not exist error when using ng update on a new project #18027
Comments
Hi @BenRacicot, I tried to reproduce this locally on new project with Angular CLI version 8. However, I wasn't able.
At which point of the migration you are seeing the |
When updating from the Angular CLI 8.2 or earlier, it is recommended to first update to the latest version of 8 first ( |
Thank you @alan-agius4 and @clydin. I do see now that update.angular.io explains to update one major version at a time. I believe the difference between your replay(s) above and my own is that my Just thought I'd report. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Description and Replication
Run
ng new testing
to create an Angular 8.2.0 projectRun
ng update @angular/core @angular/cli
to updateOutput and error:
testing git:(master) ng update @angular/core @angular/cli
Using package manager: 'npm'
Collecting installed dependencies...
Found 30 dependencies.
Fetching dependency metadata from registry...
Updating package.json with dependency @angular/cli @ "10.0.0" (was "8.2.2")...
Updating package.json with dependency @angular/core @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular-devkit/build-angular @ "0.1000.0" (was "0.802.2")...
Updating package.json with dependency @angular/language-service @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/animations @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/compiler-cli @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/common @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency rxjs @ "6.5.5" (was "6.4.0")...
Updating package.json with dependency zone.js @ "0.10.3" (was "0.9.1")...
Updating package.json with dependency @angular/forms @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/platform-browser-dynamic @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/router @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/compiler @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency @angular/platform-browser @ "10.0.0" (was "8.2.14")...
Updating package.json with dependency typescript @ "3.9.5" (was "3.5.3")...
UPDATE package.json (1293 bytes)
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"<8.10.0"} (current: {"node":"12.16.0","npm":"6.14.5"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN [email protected] requires a peer of @angular/compiler@>=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@>=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.
added 417 packages from 179 contributors, removed 54 packages, updated 134 packages, moved 6 packages and audited 1473 packages in 24.239s
found 2 low severity vulnerabilities
run
npm audit fix
to fix them, ornpm audit
for details** Executing migrations for package '@angular/core' **
** Executing migrations for package '@angular/cli' **
ERROR! tsconfig.base.json does not exist..
The Schematic workflow failed. See above.
The text was updated successfully, but these errors were encountered: