我正在使用MERN应用,反应代码位于客户端文件夹中。我正在尝试使用react-html-parser
,但我的应用程序在客户端文件夹之外查找react-html-parser,而不是在客户端的node_modules中进行查找。
我在客户端文件夹的package.json中添加了react-html-parser
作为依赖项,但仍然抛出错误。
我正在这种方式导入组件,但无法正常工作
import ReactHtmlParser, { processNodes, convertNodeToElement, htmlparser2 } from 'react-html-parser';