Cannot find package 'react-markdown' #995
-
react-markdown version : 7.1.1 I get an error
yarn lock obviously has react-markdown If i give
Maybe the problem is only with PnP. Has anyone had the same problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have not seen that issue before, though PnP has caused a number of similar sounding problems in the past. |
Beta Was this translation helpful? Give feedback.
I have not seen that issue before, though PnP has caused a number of similar sounding problems in the past.
Including a reproducible example may help folks offer pointers, for example https://next.new could be used as a starter.
That said, the next.js or yarn teams may be able to offer better guidance, as the issue appears to occur before
react-markdown
can be loaded or run, in a conflict betweenyarn
andnext
resolvers.