-
-
Notifications
You must be signed in to change notification settings - Fork 885
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
Package dependencies error: ./node_modules/mdast-util-to-hast/lib/index.js Module not found: Can't resolve 'devlop' #798
Comments
Are you using webpack 4, create react app? |
I'm not sure it is an old app that started development back in 2018 |
You're using outdated and unmaintained tools. Switch to maintained and modern ones in order to use maintained and modern packages. Or use old versions of packages. |
This comment has been minimized.
This comment has been minimized.
This issue haunts us too. Expo-based app, using latest expo and pretty much all the latest package updates (bearing in mind expo compatibility). We're also on the latest LTS version of Node, and newest NPM, so "you're using outdated and unmaintained tools" definitely doesn't apply to us. The only thing we can't do is use The package is installed in node_modules correctly though. Checked |
This sounds like the latest of Expo doesn’t support support package exports. It’s a bug on their end. |
@bartvanandel sorry you ran into a spot of trouble. |
Initial checklist
Affected packages and versions
"react-markdown": "^9.0.1",
Link to runnable example
No response
Steps to reproduce
I've just installed the package using yarn. imported it to a file and tried to use it.
Expected behavior
Hoped it would work
Actual behavior
it gave me the error and even when I added devlop it still isn't working
Runtime
Node v16
Package manager
yarn 1
OS
Windows
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: