Module not found: Can't resolve 'devlop' in '/app/node_modules/remark/node_modules/unified/lib'
Closed this issue · 2 comments
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
15.0.1
Link to runnable example
No response
Steps to reproduce
just add it via yarn and got the above error
Expected behavior
no error
Actual behavior
got error
Runtime
Node v17
Package manager
yarn 1
OS
Linux
Build and bundle tools
Create React App
Welcome @UsmanShafaqat007! 👋
Sorry you ran into a spot of trouble.
This isn't a bug in remark or unified. It is a bug in create-react-app
.
See https://github.com/orgs/unifiedjs/discussions/233, remarkjs/react-markdown#801, and remarkjs/react-markdown#798
Note that create-react-app
is deprecated reactjs/react.dev#5487 (comment), consider moving to a build tool which still has support like https://vitejs.dev/, https://nextjs.org/, or https://remix.run/ (among others)
A guide to help get started https://dev.to/henriquejensen/migrating-from-create-react-app-to-vite-a-quick-and-easy-guide-5e72
Hi! This was closed. Team: If this was fixed, please add phase/solved
. Otherwise, please add one of the no/*
labels.