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 hard
Setup
-
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's package.json to 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:
Community Contributions
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 🌴
Version 2.11.1 of ember-cli just got published.
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
Release Notes
49152 aka. Random numbers are hardSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g ember-cli@2.11.1-- Install new global ember-cliProject 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 newdiffember addondiffCommunity Contributions
ember-cli-htmlbars-inline-precompilerequirement @SaladForkThank 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 🌴