ember.js: ember-release ember-try scenario is failing

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.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 3
  • Comments: 17 (14 by maintainers)

Most upvoted comments

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. 😕

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