Arthas Menethil
Results
2
comments of
Arthas Menethil
> > cheerio 1.0.0 必要node 18+以上 > > 是这样的,但是在vite-plugin-qiankun 的1.0.5项目里用的cheerio是 "cheerio": "^1.0.0-rc.10",3天前cheerio升级了1.0.0导致的该问题。我现在已经解决了 在项目里指定 "cheerio": "^1.0.0-rc.12" 就可以了,cheerio : 1.0.0 node版本不够会有问题 你好, 是固定yarn.lock吗, 遇到同样问题, 请问具体怎么操作的
> > > > cheerio 1.0.0 必要node 18+以上 > > > > > > > > > 是这样的,但是在vite-plugin-qiankun 的1.0.5项目里用的cheerio是 "cheerio": "^1.0.0-rc.10",3天前cheerio升级了1.0.0导致的该问题。我现在已经解决了 在项目里指定 "cheerio": "^1.0.0-rc.12" 就可以了,cheerio : 1.0.0 node版本不够会有问题 > >...