ember cli version checker module not found issue - test app failing to build
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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