-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Version 2.11.1 of ember-cli just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | ember-cli |
| Current Version | 2.11.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As ember-cli is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
- ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes
49152 aka. Random numbers are hardSetup
-
npm uninstall -g ember-cli-- Remove old global ember-cli -
npm cache clean-- Clear NPM cache -
bower cache clean-- Clear Bower cache -
npm install -g ember-cli@2.11.1-- Install new global ember-cli
Project Update
-
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders. -
npm install --save-dev ember-cli@2.11.1-- Update project'spackage.jsonto use latest version. -
npm install-- Reinstall NPM dependencies. -
bower install-- Reinstall bower dependencies. -
ember init-- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.
Changelog
The following changes are required if you are upgrading from the previous
version:
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
-
#6711 Update
ember-cli-htmlbars-inline-precompilerequirement @SaladFork - #6720 ignore license change on init @kellyselden
- #6721 use ~ instead of ^ for ember-source @kellyselden
- #6763 Change livereload PortFinder.basePort to 49153 @Turbo87
Thank you to all who took the time to contribute!
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
Reactions are currently unavailable