-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:mediumMedium priority issues, should only be postponed if no other optionMedium priority issues, should only be postponed if no other option
Description
Component:
Icon.component.js
What happened:
Missing 2 modules when core-ui used as a dependency
- @fortawesome/react-fontawesome
- @fortawesome/fontawesome-svg-core
ERROR in ./node_modules/@fortawesome/react-fontawesome/index.es.js
Module not found: Error: Can't resolve '@fortawesome/fontawesome-svg-core' in 'git\zenko-ui\node_modules\@fortawesome\react-fontawesome'
@ ./node_modules/@fortawesome/react-fontawesome/index.es.js 1:0-64 263:6-11 264:11-16 318:83-88 320:21-25
@ ./node_modules/@scality/core-ui/dist/components/icon/Icon.component.js
@ ./node_modules/@scality/core-ui/dist/index.js
@ ./src/react/ZenkoUI.js
@ ./src/react/App.js
Solved when I installed those 2 modules.
Note that then, the loaded assets size could increase too much.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:mediumMedium priority issues, should only be postponed if no other optionMedium priority issues, should only be postponed if no other option