Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve '@fortawesome/react-fontawesome' #34

Open
kabirbatra03 opened this issue Jan 9, 2021 · 0 comments
Open

Comments

@kabirbatra03
Copy link

kabirbatra03 commented Jan 9, 2021

I thought it was typo error @fontawesome/... instead of "fortawesome" line 1 , 6 and 38.
But still not resolved.

Failed to compile.

./src/fontLib.tsx
Module not found: Can't resolve '@fortawesome/fontawesome-svg-core' in '/Applications/Github/BugVilla/client/src'

import { library } from '@fortawesome/fontawesome-svg-core';
import {
faGoogle,
faGithub,
faTwitter
} from '@fortawesome/free-brands-svg-icons';
import {
faArrowRight,
faAt,
faBell,
faBan,
faBars,
faBug,
faCheck,
faCog,
faComment,
faDoorOpen,
faEdit,
faEllipsisV,
faEnvelope,
faExclamation,
faExclamationTriangle,
faHistory,
faHome,
faSmile,
faInfoCircle,
faLink,
faLock,
faPlus,
faRetweet,
faSpinner,
faSignOutAlt,
faTag,
faTimes,
faUser,
faCheckCircle,
faExclamationCircle
} from '@fortawesome/free-solid-svg-icons';

@kabirbatra03 kabirbatra03 changed the title Typo error : Module not found: Can't resolve '@fortawesome/react-fontawesome' Module not found: Can't resolve '@fortawesome/react-fontawesome' Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant