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
Running ng updatedirectly after creating a new project lists an outdated version of rxjs. I would expect that a newly created project is already up to date
🔬 Minimal Reproduction
Run ng new myApp (and accept defaults with Enter)
cd myApp
ng update
🔥 Error
ng update
Using package manager: 'npm'
Collecting installed dependencies...
Found 30 dependencies.
We analyzed your package.json, there are some packages to update:
Name Version Command to update
--------------------------------------------------------------------------------
rxjs 6.4.0 -> 6.5.4 ng update rxjs
🐞 Bug report
Command (mark with an
x
)Description
Running
ng update
directly after creating a new project lists an outdated version of rxjs. I would expect that a newly created project is already up to date🔬 Minimal Reproduction
ng new myApp
(and accept defaults with Enter)cd myApp
ng update
🔥 Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: