Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Unknown feature "default-async-observers" #6994

Open palyvodaBoi opened 4 years ago

palyvodaBoi commented 4 years ago

semantic-ui-ember installation error

Got an error after running ember install semantic-ui-ember

Unknown feature "default-async-observers" found in config/optional-features.json

An error occurred in the constructor for @ember/optional-features at .../node_modules/semantic-ui-ember/node_modules/@ember/optional-features

An error occurred in the constructor for semantic-ui-ember at .../node_modules/semantic-ui-ember

A saw a suggestion to add this line to package.json:

"resolutions": {
    "semantic-ui-ember/@ember/optional-features": "^1.3.0"
  },

... but it doesn't work for me