react17安装html-react-parser运行报错记录

背景

react@17 安装 html-react-parser

powershell 复制代码
npm install html-react-parser

运行终端报错信息

powershell 复制代码
ERROR in ./node_modules/html-react-parser/esm/index.mjs 2:0-122 
Can't reexport the named export 'htmlToDOM' from non EcmaScript module (only default export is available)

原因

版本不匹配

react@17 安装 html-react-parser@3.0.9 亲测匹配

参考: https://github.com/peternewnham/react-html-parser/issues/84

相关推荐
多多*7 分钟前
2026年最新 测试开发工程师相关 Linux相关知识点
java·开发语言·javascript·算法·spring·java-ee·maven
会编程的土豆16 分钟前
简易植物大战僵尸游戏 JavaScript版之html
javascript·游戏·html
雯0609~18 分钟前
hiprint-官网vue完整版本+实现客户端配置+可实现直接打印(在html版本增加了条形码、二维码拖拽等)
前端·javascript·vue.js
VT.馒头19 分钟前
【力扣】2705. 精简对象
javascript·数据结构·算法·leetcode·职场和发展·typescript
摘星编程24 分钟前
在OpenHarmony上用React Native:Switch禁用状态
javascript·react native·react.js
huangyiyi666661 小时前
Vue + TS 项目文件结构
前端·javascript·vue.js
徐同保1 小时前
react-markdown使用
前端·react.js·前端框架
GGGG寄了2 小时前
CSS——CSS引入方式+选择器类型
前端·css·html
●VON2 小时前
React Native for OpenHarmony:猜数字游戏完整技术实现文档
学习·react native·react.js·游戏·开源鸿蒙·von
码农六六2 小时前
js函数柯里化
开发语言·前端·javascript