Setup
npm install -g ember-cli@3.12.0
-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp
-- Delete temporary development folders.npm install -g ember-cli-update
-- Install Ember CLI update tool globally.- Run
ember-cli-update --to 3.12.0
-- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow. - Run
ember-cli-update --run-codemods
-- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.
Changelog
Blueprint Changes
Community Contributions
- #8753 Quote empty strings in printCommand @chancancode
- #8774 Remove --disable-gpu flag when starting headless chrome @stefanpenner