cheeriojs / cheerio

The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
https://cheerio.js.org
MIT License
28.73k stars 1.64k forks source link

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

Open atyyymy opened 2 months ago

atyyymy commented 2 months ago

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

atyyymy commented 2 months ago

已解决 cheerio需要固定版本

Adil-Iqbal commented 1 month ago

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"