You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@teejayhh thanks for the report. This may be an issue with yarn link. Unlike npm linkyarn doens't install new dependencies when it is linked. So adding @fortawesome/free-regular-svg-icons do the addon dependencies will only work when that addon is installed into the app with npm add.
To work around this in the past I've pushed the addon branch up to github and then used something like yarn add username/repo#branch-name to install it into my app for testing.
I have the following setup. Ember cli 3.5
Could someone please verify this or has come across this as well.
Best regards Thomas
The text was updated successfully, but these errors were encountered: