question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ember-release ember-try scenario is failing

See original GitHub issue

https://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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:17 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
MrAvantiCcommented, Feb 18, 2019

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

ember-cli: 3.8.0-beta.1
http_parser: 2.8.0
node: 10.15.0
v8: 6.8.275.32-node.45
uv: 1.23.2
zlib: 1.2.11
ares: 1.15.0
modules: 64
nghttp2: 1.34.0
napi: 3
openssl: 1.1.0j
icu: 62.1
unicode: 11.0
cldr: 33.1
tz: 2018e
os: darwin x64
6.7.0

Dependencies:

  "devDependencies": {
    "@ember-decorators/babel-transforms": "^5.1.2",
    "@ember/optional-features": "^0.6.3",
    "babel-eslint": "^10.0.1",
    "broccoli-asset-rev": "^2.7.0",
    "ember-auto-import": "^1.2.19",
    "ember-bind-helper": "^0.3.2",
    "ember-cli": "github:ember-cli/ember-cli",
    "ember-cli-app-version": "^3.2.0",
    "ember-cli-babel": "^7.1.0",
    "ember-cli-dependency-checker": "^3.0.0",
    "ember-cli-eslint": "^4.2.3",
    "ember-cli-fastboot": "^2.0.4",
    "ember-cli-htmlbars": "^3.0.0",
    "ember-cli-htmlbars-inline-precompile": "^1.0.3",
    "ember-cli-inject-live-reload": "^1.8.2",
    "ember-cli-markdown-resolver": "^0.1.3",
    "ember-cli-showdown": "^4.4.4",
    "ember-cli-sri": "^2.1.1",
    "ember-cli-stylus": "^1.0.7",
    "ember-cli-template-lint": "^1.0.0-beta.1",
    "ember-cli-uglify": "^2.1.0",
    "ember-decorators": "^5.1.2",
    "ember-export-application-global": "^2.0.0",
    "ember-load-initializers": "^1.1.0",
    "ember-maybe-import-regenerator": "^0.1.6",
    "ember-prism": "^0.4.0",
    "ember-qunit": "^3.4.1",
    "ember-resolver": "^5.0.1",
    "eslint-plugin-ember": "^5.2.0",
    "loader.js": "^4.7.0",
    "prember": "^1.0.2",
    "prettier": "^1.16.4",
    "qunit-dom": "^0.8.0",
    "sparkles-component": "^1.3.0",
    "sparkles-decorators": "^0.0.6"
  },

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, running npm 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 just ember build -e production

…but that doesn’t feel quite right. 😕

1reaction
rwjbluecommented, Dec 19, 2018

Agreed @Panman8201. If folks do see it again, please feel free to chime in here or open up a new issue…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found