ember-release ember-try scenario is failing
See original GitHub issuehttps://travis-ci.org/kellyselden/ember-async-action-container/jobs/370742585#L2660
=== Scenario: ember-release ====================================================
Missing npm packages:
Package: ember-source
* Specified: https://s3.amazonaws.com/builds.emberjs.com/release/shas/cc511bb5280d5697f2c07379fafe506644df6855.tgz
* Installed: (not installed)
Run `npm install` to install missing dependencies.
=================================================================================
I think the 3.1.1 tarball failed to publish again.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:17 (14 by maintainers)
Top Results From Across the Web
ember.js - How do I turn off Percy snapshots for branches and ...
In travis.yml , you can set the Percy token as an empty string ENV variable for each scenario you want to skip:
Read more >ember-deprecation-error - npm package - Snyk
Thankfully we can use ember-try to check this too You can just create a scenario that is similar to the ember-release scenario likely...
Read more >Error loading addon initializer in dummy app while testing ...
When running ember try:testall with the default configuration I get this error: ... My bad, I misread and didn't realize you are talking...
Read more >@embroider/test-setup | Yarn - Package Manager
If your CI system invokes ember-try scenarios one by one, make sure to add these new scenarios to your matrix (for example, in...
Read more >guidemaker-ember-template dashboard - Percy
#102 Update ember to 3.28 using ember-cli-update Chris Manson let all ember-try scenarios keep running. No snapshots. Failed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi there, unfortunately I’m discovering this at the moment when trying to deploy an Ember application to Netlify.
Version-Info
ember version --verbose && npm --version
Dependencies:
As soon as Netlify installs the dependencies and runs
ember build -e production
I get the error. I can also reproduce this locally by removing my node_modules, runningnpm install
and starting the development server.I tried adding
"ember-source": "https://s3.amazonaws.com/builds.emberjs.com/canary/shas/e7a144b1bf432769383c3360bbcc44a68e2b9522.tgz"
explicitly as a dependency but that did not work either.The only way to get the deployment working is by running
npm install ember-source && ember build -e production
instead of justember build -e production
…but that doesn’t feel quite right. 😕
Agreed @Panman8201. If folks do see it again, please feel free to chime in here or open up a new issue…