-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Does not install with Ember 4.1.0 #1202
Comments
after ember v3.27.0 (May 3, 2021), you can see in here: https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md |
How to deal with it |
emberjs/ember.js#19429 (comment) you can try pinning |
In case it's helpful for someone else able to make a PR, here's a start:
I was able to get it to build with the following selective dependency resolution: "resolutions": {
"ember-paper/ember-composability-tools": "^1.1.0"
}, Without But then
Annoyingly, the docs still say that Modifying
Update: It looks like |
…s#1202) The version used before (v0.0.12) causes the following error when attempting to build with recent 4.x versions of Ember: `this.registerPlugin is not a function` miguelcobain/ember-composability-tools@v0.0.12...v1.1.0
Issue: Ember server crashes after installing ember paper.
Error message - this.registerPlugin is not a function
ember-cli: 4.1.0
node: 16.3.0
os: linux x64
Steps to reproduce
Log file
ERROR Summary:
at TemplateCompiler.registerPlugins (/home/matt/dev/_current/ember/etest/node_modules/ember-composability-tools/node_modules/ember-cli-htmlbars/index.js:63:16)
at new TemplateCompiler (/home/matt/dev/_current/ember/etest/node_modules/ember-composability-tools/node_modules/ember-cli-htmlbars/index.js:42:10)
at Object.toTree (/home/matt/dev/_current/ember/etest/node_modules/ember-composability-tools/node_modules/ember-cli-htmlbars/ember-addon-main.js:47:16)
at /home/matt/dev/_current/ember/etest/node_modules/ember-cli-preprocess-registry/preprocessors.js:188:26
at Array.forEach ()
at processPlugins (/home/matt/dev/_current/ember/etest/node_modules/ember-cli-preprocess-registry/preprocessors.js:186:11)
at module.exports.preprocessTemplates (/home/matt/dev/_current/ember/etest/node_modules/ember-cli-preprocess-registry/preprocessors.js:169:10)
at Class.compileTemplates (/home/matt/dev/_current/ember/etest/node_modules/ember-cli/lib/models/addon.js:1138:35)
at Class.compileAddon (/home/matt/dev/_current/ember/etest/node_modules/ember-cli/lib/models/addon.js:1200:42)
at Class.treeForAddon (/home/matt/dev/_current/ember/etest/node_modules/ember-cli/lib/models/addon.js:856:26)
The text was updated successfully, but these errors were encountered: