Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with ember-cli-htmlbars-inline-precompile and ember-cli-code-coverage #488

Open
juwara0 opened this issue Aug 8, 2017 · 0 comments

Comments

@juwara0
Copy link
Contributor

juwara0 commented Aug 8, 2017

Problem Description

Test failure when running npm run test with COVERAGE=true

TypeError: The plugin {"_parallelBabel":{"requireFile":"/home/travis/build/ciena-frost/ember-frost-core/node_modules/ember-cli-htmlbars-inline-precompile/lib/require-from-worker","buildUsing":"build","params":{"templateCompilerPath":"/home/travis/build/ciena-frost/ember-frost-core/node_modules/ember-source/dist/ember-template-compiler.js","parallelConfig":[]}}} didn't export a Plugin instance

Packages

"ember-cli": "2.12.3"
"ember-source": "~2.12.0"
"ember-cli-htmlbars-inline-precompile": "^0.3.6" "ember-cli-code-coverage": "0.3.12"`

Solution

Pin version of ember-cli-htmlbars-inline-precompile": "0.3.12" until ember-cli/ember-cli-htmlbars-inline-precompile#90 is resolved.

and add the following to ember-cli-build.js

'ember-cli-babel': {
      includePolyfill: true
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant