Addepar / Addepar/ember-table

ember cli version checker module not found issue - test app failing to build

Open
#905 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.7k
Forks
351
Avg merge
1d 22h
Merged PRs (30d)
1

Description

i'm having trouble to run yarn start from the master branch.

Cannot find module 'ember-cli-version-checker'
Require stack:

  • /Users/user/OpenSourceRepos/ember-table/index.js
  • /usr/local/lib/node_modules/ember-cli/lib/models/package-info-cache/package-info.js
  • /usr/local/lib/node_modules/ember-cli/lib/models/package-info-cache/index.js
  • /usr/local/lib/node_modules/ember-cli/lib/models/project.js
  • /usr/local/lib/node_modules/ember-cli/lib/utilities/get-config.js
  • /usr/local/lib/node_modules/ember-cli/lib/utilities/instrumentation.js
  • /usr/local/lib/node_modules/ember-cli/lib/cli/index.js
  • /usr/local/lib/node_modules/ember-cli/bin/ember

so i reinstalled ember cli version checker and the version updated to 5.1.2

after this the previous error is not present but a new error is there,

[ember-cli-version-checker] 'checker.forEmber' has been removed, please use 'checker.for(ember-source)'

any idea why?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with index.js and the ember-cli-version-checker dependency involved in the yarn start failure. Run yarn start to reproduce the missing-module or removed forEmber error, then verify the test app builds without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
build-system, cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.