cheerio icon indicating copy to clipboard operation
cheerio copied to clipboard

"message": "Namespace '\"d:/Project/nfes-helper/node_modules/cheerio/dist/commonjs/index\"' has no exported member 'Element'.",

Open atyyymy opened this issue 1 year ago • 2 comments

import * as cheerio from 'cheerio'; ...ele:cheerio.Element..)

atyyymy avatar Sep 03 '24 07:09 atyyymy

已解决 cheerio需要固定版本

atyyymy avatar Sep 03 '24 11:09 atyyymy

I'm seeing this too.

error TS2694: Namespace '"/Users/aiqbal/browser_tests/node_modules/cheerio/dist/commonjs/index"' has no exported member 'Element'.
yarn tsc -v
yarn run v1.22.21
$ /Users/aiqbal/browser_tests/node_modules/.bin/tsc -v
Version 5.4.5
✨  Done in 0.40s.

from package.json

"cheerio": "^1.0.0-rc.12"

Adil-Iqbal avatar Oct 16 '24 20:10 Adil-Iqbal

These types can now be imported from the domhandler module directly.

fb55 avatar Dec 25 '24 13:12 fb55