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.

Could not find module `ember-resolver` imported from `AppName/resolver`

See original GitHub issue

Hi, I am getting this error everytime i run Ember test.

My Dev dependencies

"devDependencies": { "broccoli-asset-rev": "^2.4.5", "ember-ajax": "^2.4.1", "ember-cli": "2.12.0", "ember-cli-app-version": "^2.0.0", "ember-cli-babel": "^5.1.7", "ember-cli-dependency-checker": "^1.3.0", "ember-cli-htmlbars": "^1.1.1", "ember-cli-htmlbars-inline-precompile": "^0.3.3", "ember-cli-inject-live-reload": "^1.4.1", "ember-cli-jshint": "^2.0.1", "ember-cli-less": "1.5.3", "ember-cli-moment-shim": "3.0.1", "ember-cli-qunit": "^3.0.1", "ember-cli-release": "^0.2.9", "ember-cli-shims": "^1.0.2", "ember-cli-sri": "^2.1.0", "ember-cli-test-loader": "^1.1.0", "ember-cli-uglify": "^1.2.0", "ember-cp-validations": "^3.2.3", "ember-data": "^2.12.0", "ember-engines": "0.5.0", "ember-export-application-global": "^1.0.5", "ember-load-initializers": "^0.6.0", "ember-moment": "7.3.0", "ember-resolver": "^2.0.3", "ember-source": "^2.12.0", "ember-welcome-page": "^2.0.2", "loader.js": "^4.0.10" }, "engines": { "node": ">= 0.12.0" }, "private": true, "ember-addon": { "paths": [ "lib/admin" ] }, "dependencies": { "ember-radio-buttons": "^4.0.3", "fs-extra": "^2.0.0" }

I have one engine as well

I don’t know what is causing this issue , I have created one small app with ember-cli-2.11.1 and Test were running fine. Coluld it be issue with Ember-cli-2.12.1 ???

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
codewarrior415commented, Oct 25, 2018

This error is also caused by having this in your ember-cli-build.js. I was on version 3.4.0 and I had the code below which caused an error.

app.import({ development:'bower_components/ember/ember-template-compiler.js' });

1reaction
kedarvijaykulkarnicommented, Mar 14, 2021

Hi @Sandeeprao69 ,

I’m getting the same error while run my project (ember server), And i tired “npm cache clear && bower cache clean && rm -rf node_modules bower_components && npm install && bower install” and getting the same error.

ember-cli: 3.16.0 node: 12.16.0 os: darwin x64 cordova: 8.1.2

Please help me for the same.

I saw this issue come for me when I tried to add server folder to the project

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find module `ember-resolver` imported from ...
I am trying to run Ember tests and it gives this error saying Could not find module ember-resolver imported from `AppName/resolver.
Read more >
Could not find module `ember-resolver` after Production Build
Hello to everyone, I have a problem with production build. I'm creating blank project with CLI 3.14.0, 3.15.0 and 3.17.0 and I get...
Read more >
Uncaught Error: Could not find module `ember-resolver ...
Coding example for the question Uncaught Error: Could not find module `ember-resolver` imported from `appName/resolver'-ember.js.
Read more >
ember-resolver - npm
This package does not have a README. Add a README to your package so that users know how to get started.
Read more >
User Sandeep - Ask Ubuntu
May 2, 2020 ... Ubuntu 18.04 does not show GUI and freezes on startup ... Could not find module `ember-resolver` imported from `AppName/resolver...
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