catalog
catalog copied to clipboard
Create-Catalog inside a Next.JS app is not working
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.
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 😄