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.

Install fails with ember-cli 2.15.1 and yarn

See original GitHub issue
ember install ember-data-change-tracker
Command failed: yarn add --dev ember-data-change-tracker --non-interactive
warning ember-truth-helpers@1.2.0: The engine "ember-cli-app-version" appears to be invalid.
error ember-cli-babel@6.0.0: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.*".
error Found incompatible module

yarn add v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Error: Command failed: yarn add --dev ember-data-change-tracker --non-interactive
warning ember-truth-helpers@1.2.0: The engine "ember-cli-app-version" appears to be invalid.
error ember-cli-babel@6.0.0: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.*".
error Found incompatible module

yarn add v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

    at Promise.all.then.arr (/Users/bhunt/Nvidia/Code/NVProjectPlanUI/node_modules/execa/index.js:231:11)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:169:7)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
danielspanielcommented, Oct 16, 2017

v 0.6.3. is now released … so let me know if this issue is fixed

0reactions
danielspanielcommented, Oct 16, 2017

no problem … sorry for delay … was in a fog there for a while

Read more comments on GitHub >

github_iconTop Results From Across the Web

ember-cli | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
Ember.js 2.7 does not build using yarn - does build using npm
Any ideas? UPDATE: Diff of node_modules folders built by npm install and yarn : Only in yarn_node_modules/: .yarn-integrity. Only in ...
Read more >
Ember 2.15 and 2.16 Beta Released
Today the Ember project is releasing version 2.15.0 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 2.16 beta cycle...
Read more >
ember-cli/CHANGELOG.md - UNPKG
The CDN for ember-cli. ... blueprints/addon: Add `yarn.lock` file to `.npmignore` [@Turbo87](https://github.com/Turbo87) ... 1182, ## 2.15.1.
Read more >
ember-cli Getting started with ember-cli - RIP Tutorial
Next, install Ember CLI globally: npm install -g ember-cli. OR yarn global add ember-cli. This will grant access to the ember command-line runner....
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