We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got this error when run npm run storybook
npm run storybook
Module not found: Error: Can't resolve 'antd' in 'rollup-react-library-starter/src/components/Input'
The text was updated successfully, but these errors were encountered:
@huy-lv try remove your node_modules and package-lock.json and retry npm install
npm install
Sorry, something went wrong.
I'm getting the same issue when trying to migrate to yarn - interestingly I don't see this issue when I use npm. I'm using node version 18.
yarn
No branches or pull requests
Got this error when run
npm run storybook
The text was updated successfully, but these errors were encountered: