Current master fails with Ember 2.14 and up. The error is attached. Anyone got any ideas on how to approach fixing this? 2.8-lts works fine.
➜ ember-cli-foundation-6-sass git:(master) ✗ ember try:one ember-release test
yarn install v0.27.5
warning package.json: "dependencies" has dependency "ember-cli-htmlbars" with range "^1.0.2" that collides with a dependency in "devDependencies" of the same name with version "^1.1.1"
warning ember-cli-foundation-6-sass@0.0.24: "dependencies" has dependency "ember-cli-htmlbars" with range "^1.0.2" that collides with a dependency in "devDependencies" of the same name with version "^1.1.1"
[1/4] Resolving packages...
warning bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 8.73s.
=== Scenario: ember-release ====================================================
DEPRECATION: Putting the "includePolyfill" option in "babel" is deprecated, please put it in "ember-cli-babel" instead.
Cannot find module '/Users/gandalf/build/ember-cli-foundation-6-sass/bower_components/ember/ember-template-compiler'
Error: Cannot find module '/Users/gandalf/build/ember-cli-foundation-6-sass/bower_components/ember/ember-template-compiler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Class.included (/Users/gandalf/build/ember-cli-foundation-6-sass/node_modules/ember-cli-htmlbars-inline-precompile/index.js:76:20)
at Class.superWrapper [as included] (/Users/gandalf/build/ember-cli-foundation-6-sass/node_modules/core-object/lib/assign-properties.js:34:20)
at EmberAddon.<anonymous> (/Users/gandalf/build/ember-cli-foundation-6-sass/node_modules/ember-cli/lib/broccoli/ember-app.js:527:17)
at Array.filter (native)
at EmberAddon._notifyAddonIncluded (/Users/gandalf/build/ember-cli-foundation-6-sass/node_modules/ember-cli/lib/broccoli/ember-app.js:524:47)
at EmberAddon.EmberApp (/Users/gandalf/build/ember-cli-foundation-6-sass/node_modules/ember-cli/lib/broccoli/ember-app.js:144:10)
Result: false
---
------ RESULTS ------
Scenario ember-release: FAIL
Command run: ember test
┌────────────────────┬────────────────────┬──────────────────────────────┬──────────┐
│ Dependency │ Expected │ Used │ Type │
├────────────────────┼────────────────────┼──────────────────────────────┼──────────┤
│ ember │ components/ember#… │ 2.14.1-null+fb70cae3 │ yarn │
├────────────────────┼────────────────────┼──────────────────────────────┼──────────┤
│ ember-source │ Not Installed │ Not Installed │ yarn │
└────────────────────┴────────────────────┴──────────────────────────────┴──────────┘
1 scenarios failed
0 scenarios succeeded
1 scenarios run
Current
master
fails with Ember 2.14 and up. The error is attached. Anyone got any ideas on how to approach fixing this? 2.8-lts works fine.