npm ember-cli 3.4.0-beta.1
Thunder

latest releases: 5.7.0-beta.0, 5.6.0, 5.6.0-beta.0...
5 years ago

Setup

npm install -g ember-cli@3.4.0-beta.1 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@3.4.0-beta.1 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  5. ember-cli-update -- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Don't miss a new ember-cli release

NewReleases is sending notifications on new releases.