We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After I installed @fortawesome/ember-fontawesome, I started getting some warning messages when running ember s.
@fortawesome/ember-fontawesome
ember s
# ember s WARNING: WARNING: /myapp/node_modules/simple-html-tokenizer/commands: WARNING: Missing package directory
These warnings were fixed in tildeio/simple-html-tokenizer#61.
However it seems that ember-fontawesome still uses old version of simple-html-tokenizer.
ember-fontawesome
simple-html-tokenizer
# npm ls simple-html-tokenizer myapp@0.0.0 /myapp +-- @fortawesome/ember-fontawesome@0.1.7 | `-- ember-ast-helpers@0.3.5 | +-- @glimmer/compiler@0.27.0 | | `-- simple-html-tokenizer@0.3.0 | `-- @glimmer/syntax@0.27.0 | `-- simple-html-tokenizer@0.3.0 deduped `-- ember-cli-template-lint@1.0.0-beta.2 `-- ember-template-lint@1.0.0-beta.5 `-- @glimmer/compiler@0.36.2 `-- @glimmer/syntax@0.36.2 `-- simple-html-tokenizer@0.5.6
Is there anything we could do in order to avoid those warnings?
The text was updated successfully, but these errors were encountered:
I just added this to get around it until ember-ast-helpers is updated in this:
"resolutions": { "@fortawesome/ember-fontawesome/**/ember-ast-helpers": "^0.4.0" }
Sorry, something went wrong.
Attempted to upgrade in #81 but either I did something silly/dumb or there is a dependency issue.
If anyone wants to give this a look that would be helpful. I don't have time right now to run the issue to ground but I'll try next week.
This is a known issue with ember-ast-helpers: cibernox/ember-ast-helpers#21
No branches or pull requests
After I installed
@fortawesome/ember-fontawesome
, I started getting some warning messages when runningember s
.These warnings were fixed in tildeio/simple-html-tokenizer#61.
However it seems that
ember-fontawesome
still uses old version ofsimple-html-tokenizer
.Is there anything we could do in order to avoid those warnings?
The text was updated successfully, but these errors were encountered: