-
-
Notifications
You must be signed in to change notification settings - Fork 908
Module not found: Can't resolve 'property-information/hast-to-react.json' #617
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@foucdeg could you try clearing node_modules and running The most likely scenarios of what could have happened include:
If you are looking for an example of a fully setup environment, see this codesandbox with create-react-app as the build tool https://codesandbox.io/s/react-markdown-debug-forked-xjk8q |
I have the same problem ( I can see the version of
Perhaps |
@harrygr could you try and follow Christian’s advise on updating dependencies? |
@wooorm I did try that advice with no success. However I declared a selective resolution in my package.json which fixed it:
I think the dependency version for |
there is a dep version issue with syntax highliter packer, this is supposed to fix it: remarkjs/react-markdown#617
there is a dep version issue with syntax highliter packer, this is supposed to fix it: remarkjs/react-markdown#617
Subject of the issue
When running my app with a newly installed react-markdown 6.0.2, I get the following warning in the console, and my build fails:
Your environment
Steps to reproduce
npm install react-markdown --save
npm start
Expected behavior
My app should build properly.
Actual behavior
My app doesn't build.
In node_modules/property-information, there is indeed no file named 'hast-to-react.json'.
The text was updated successfully, but these errors were encountered: