Reputation: 1
Module not found: Error: Package path ./lib/react-markdown is not exported from package E:\studynotion6\studynotion6\node_modules\react-markdown (see exports field in E:\studynotion6\studynotion6\node_modules\react-markdown\package.json)
Getting this error how to solve?
Tried to install react-markdown
.
Upvotes: 0
Views: 263
Reputation: 1
I solved using npm install react-markdown
import Markdown from 'react-markdown'
Upvotes: 0