I am using vue.js 2 - I add some mdi-icons in my App.vue this generate a new error in my project
When I was trying to serve my Project but I got the error as it given as below
I apply also some commands on it but it not solved my error. Can anyone help me to solve it
I simply solve the error by uninstall the googlefonts then again reinstall the google fonts by using following command.In my case I am using yarn so I use
yarn add @fortawesome/fontawesome-free
But in case of user that are using npm they should use following command
npm install --save @fortawesome/fontawesome-free
Also the following link is helpful google solve links for Npm and Yarn