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
just installed a fresh abp new Acme.BookStore -u angular and when I ran yarn start it return an error: Module not found: Error: Can't resolve '/home/XXX/Desktop/test/angular/node_modules/@fortawesome/fontawesome-free/css/all.min.css'
just running yarn add --dev @fortawesome/fontawesome-free
solves the problem
The text was updated successfully, but these errors were encountered:
just installed a fresh
abp new Acme.BookStore -u angular
and when I ranyarn start
it return an error:Module not found: Error: Can't resolve '/home/XXX/Desktop/test/angular/node_modules/@fortawesome/fontawesome-free/css/all.min.css'
just running
yarn add --dev @fortawesome/fontawesome-free
solves the problem
The text was updated successfully, but these errors were encountered: