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

once i hit ember s, The Broccoli Plugin hits back with errors #626

Closed
jsamuel89 opened this issue Aug 19, 2017 · 3 comments
Closed

once i hit ember s, The Broccoli Plugin hits back with errors #626

jsamuel89 opened this issue Aug 19, 2017 · 3 comments

Comments

@jsamuel89
Copy link

E:\node\q-manager>ember s
Livereload server on http://localhost:49153
'instrument' is imported from external module 'ember-data/-debug' but never used
The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (preprocessedApp & templates)] failed with:
Error: Compile Error: Element modifiers are not allowed in components
at ComponentBlock.push (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:425:27)
at JavaScriptCompiler.push (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:690:33)
at JavaScriptCompiler.modifier (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:535:18)
at E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:494:32
at Array.forEach (native)
at JavaScriptCompiler.process (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:487:26)
at Function.JavaScriptCompiler.process (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:481:29)
at Function.TemplateCompiler.compile (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:725:39)
at exports.precompile (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:1253:54)
at Object.exports.default (E:\node\q-manager\node_modules\ember-source\dist\ember-template-compiler.js:15906:12)

The broccoli plugin was instantiated at:
at BroccoliMergeTrees.Plugin (E:\node\q-manager\node_modules\broccoli-plugin\index.js:7:31)
at new BroccoliMergeTrees (E:\node\q-manager\node_modules\ember-cli\node_modules\broccoli-merge-trees\index.js:16:10)
at Function.BroccoliMergeTrees [as _upstreamMergeTrees] (E:\node\q-manager\node_modules\ember-cli\node_modules\broccoli-merge-trees\index.js:10:53)
at mergeTrees (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\merge-trees.js:85:33)
at EmberApp._mergeTrees (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\ember-app.js:1815:12)
at EmberApp.appAndDependencies (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\ember-app.js:1111:51)
at EmberApp.javascript (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\ember-app.js:1235:30)
at EmberApp.toArray (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\ember-app.js:1672:12)
at EmberApp.toTree (E:\node\q-manager\node_modules\ember-cli\lib\broccoli\ember-app.js:1694:38)
at module.exports (E:\node\q-manager\ember-cli-build.js:24:14)

Can any one help me on this error??

@terrycafe520
Copy link

+1

@jacobq
Copy link
Collaborator

jacobq commented Jan 26, 2018

I'm trying to reproduce this but have not been able to. Could you please take a look at https://github.com/jacobq/ecm-issue-626-repro (deleted) and help me get it to fail? What version of node and ember-cli are you using?

ember-cli: 2.18.1
node: 8.9.4
os: linux x64

The Element modifiers are not allowed in components in the output suggests it might be related to the problems described in these:

@jsamuel89
Copy link
Author

Removing node_modules and npm install clears this issue

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

3 participants