nuxt-community / fontawesome-module

Module to use Font Awesome icons in Nuxt.js
MIT License
110 stars 12 forks source link

Module not working #37

Open aprilahijriyan opened 3 years ago

aprilahijriyan commented 3 years ago

Version

@nuxt/cli v2.15.6 node v14.17.0

Config

Screenshot from 2021-06-06 06-48-17

Usage

<fa :icon="['fab', 'github']"/>

Screenshot from 2021-06-06 06-43-04

brickgale commented 3 years ago

got same error. any workaround for this?

winstonfale commented 3 years ago

same here

devtin commented 2 years ago

doing rm -rf node_modules and then npm i --legacy-peer-deps fixed that for me!

jcardus commented 2 years ago

same error here...

jcardus commented 2 years ago

doing rm -rf node_modules and then npm i --legacy-peer-deps fixed that for me!

that didn't work for me...