Replies: 1 comment
-
A workaround for the above problem of undeclared dependencies is to add this to your # ...
packageExtensions:
accord@*:
dependencies:
less: "^3.0.0"
fomantic-ui@*:
dependencies:
browserslist: "^4.16.1" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Yarn 2.4.0 (
npm install yarn -g
thenyarn set version berry
).When trying to install Fomantic UI it exits with the error log below.
Does anybody have a hint for me on what to do?
Beta Was this translation helpful? Give feedback.
All reactions