mercredi 21 octobre 2015

Ember test Could not find module `htmlbars-inline-precompile`

Some of my tests within ember are failing to find htmlbars-inline-precompile even though I have ember install the package a couple times and nombom the project still get the error.

Error

Died on test #1     at Object.TestLoader.moduleLoadFailure (http://localhost:7357/assets/test-support.js:6828:11)
    at Object.TestLoader.require (http://localhost:7357/assets/test-loader.js:31:14)
    at Object.TestLoader.loadModules (http://localhost:7357/assets/test-loader.js:21:18)
    at Function.TestLoader.load (http://localhost:7357/assets/test-loader.js:40:24)
    at http://localhost:7357/assets/test-support.js:6837:16: Could not find module `htmlbars-inline-precompile` imported from `mobile-web/tests/integration/components/check-options-test`@ 1 ms
Source:     
Error: Could not find module `htmlbars-inline-precompile` imported from `mobile-web/tests/integration/components/check-options-test`
    at requireFrom (http://localhost:7357/assets/vendor.js:119:13)
    at reify (http://localhost:7357/assets/vendor.js:106:22)
    at mod.state (http://localhost:7357/assets/vendor.js:149:17)
    at tryFinally (http://localhost:7357/assets/vendor.js:30:14)
    at requireModule (http://localhost:7357/assets/vendor.js:148:5)
    at Object.TestLoader.require (http://localhost:7357/assets/test-loader.js:29:9)
    at Object.TestLoader.loadModules (http://localhost:7357/assets/test-loader.js:21:18)
    at Function.TestLoader.load (http://localhost:7357/assets/test-loader.js:40:24)
    at http://localhost:7357/assets/test-support.js:6837:16

Package.JSON

devDependencies": {
    "body-parser": "^1.13.3",
    "broccoli-asset-rev": "^2.0.2",
    "broccoli-jscs": "^1.1.0",
    "broccoli-stew": "^0.3.5",
    "connect-slow": "^0.2.2",
    "ember-cli": "1.13.8",
    "ember-cli-app-version": "0.4.0",
    "ember-cli-babel": "5.1.5",
    "ember-cli-content-security-policy": "0.4.0",
    "ember-cli-dependency-checker": "^1.0.0",
    "ember-cli-htmlbars": "1.0.1",
    "ember-cli-htmlbars-inline-precompile": "0.3.1",
    "ember-cli-ic-ajax": "0.2.1",
    "ember-cli-inject-live-reload": "^1.3.0",
    "ember-cli-qunit": "0.3.20",
    "ember-cli-release": "0.2.3",
    "ember-cli-sass": "4.0.1",
    "ember-cli-sri": "^1.0.1",
    "ember-cli-uglify": "^1.0.1",
    "ember-cli-windows-addon": "^1.2.2",
    "ember-data": "2.1.0",
    "ember-data-url-templates": "0.0.7",
    "ember-disable-proxy-controllers": "^1.0.0",
    "ember-export-application-global": "^1.0.3"
  }




Aucun commentaire:

Enregistrer un commentaire