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
The Catalog docs say:
By default, Catalog integrates with Create React App and next.js. Run create-catalog in the same directory as you’ve set up your app.
Upon doing so it installs everything with no errors and says:
Run yarn run catalog-start to get started.
After running yarn run catalog-start I'm getting the following: Error: Cannot find module 'babel-plugin-react-require' followed by a long stack trace.
yarn run catalog-start
Error: Cannot find module 'babel-plugin-react-require'
I've tried installing babel-plugin-react-require but that did not solve the issue.
babel-plugin-react-require
Anyway to resolve this? I'd love to be able to use Catalog inside my project for it's documentation and brand guidelines 😄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Catalog docs say:
Upon doing so it installs everything with no errors and says:
After running
yarn run catalog-start
I'm getting the following:Error: Cannot find module 'babel-plugin-react-require'
followed by a long stack trace.I've tried installing
babel-plugin-react-require
but that did not solve the issue.Anyway to resolve this? I'd love to be able to use Catalog inside my project for it's documentation and brand guidelines 😄
The text was updated successfully, but these errors were encountered: