📚 Docs or angular.io bug report
Description
The update documentation for 5->6 is incorrect. The step ng update @angular/cli@6 does not migrate and displays Invalid rule result: null. The correct instruction should be ng update @angular/cli --migrate-only --from=1.7.4.
The issue is that the logic which determines which package to migrate does not strip off the version requested.
🔬 Minimal Reproduction
What's the affected URL?**
https://update.angular.io/#5.0:6.0
Reproduction Steps**
- Create a new angular 5 project
- Try to update it to 6 using the instructions from https://update.angular.io
🌍 Your Environment
Browser info
Anything else relevant?
npm 6.11.3
📚 Docs or angular.io bug report
Description
The update documentation for 5->6 is incorrect. The step ng
update @angular/cli@6does not migrate and displaysInvalid rule result: null. The correct instruction should beng update @angular/cli --migrate-only --from=1.7.4.The issue is that the logic which determines which package to migrate does not strip off the version requested.
🔬 Minimal Reproduction
What's the affected URL?**
https://update.angular.io/#5.0:6.0
Reproduction Steps**
🌍 Your Environment
Browser info
Anything else relevant?
npm 6.11.3