anon987654321
Results
2
comments of
anon987654321
@niedfelj @maxcr @graygilmore are you guys still using Flickity with Webpack/Yarn? If so did you ever encounter this issue? https://github.com/metafizzy/flickity/issues/1077 Thanks!
Please see: https://marc.info/?l=openbsd-ports&m=160657052927238 `ln -s /usr/local/bin/node /tmp/node` Don't forget to replace `gcc` with `clang`: ```sh export CC=/usr/bin/clang export CXX=/usr/bin/clang++ ``` Shoutout to Solene for the help.