-
I did the following steps -
1.downloaded zip folder
2.npm install
3.npm run start
showing "**Cannot find name 'Cheerio.**" in browser
-
Current list looks like this.
```
┌─────────────────┬─────────────┬────────┐
│ Package │ Current │ Latest │
├─────────────────┼─────────────┼────────┤
│ @babel/parser │ 7.24.8 …
-
JSDom has major issues compiling to the various platforms (e.g. See the bottom several paragraphs on their [npm page](https://github.com/tmpvar/jsdom#contextify) detailing how to ensure it builds). Th…
-
About a decade ago it was shown that Cheerio is 8x faster than JSDOM. See https://habr.com/en/post/163979/ from 2012. It's a bit "hard to read" since it's written in Russian but it's easy to find the …
-
I use browserify to make a single cheerio js file. but I found it can not use.
Would you tell me how to make it in the right way ?
Thanks!
-
I just start receiving this message to my unit tests today, although it was working fine before
Cannot find module 'cheerio' from 'node_modules/enzyme/build/Utils.js'
Require stack:
n…
-
When runing command:
```
svgtofont --sources assets/svg --output web/assets/dist/admin --fontName pht-icon
```
![image (27)](https://user-images.githubusercontent.com/87338089/169889484-1ebe9f…
-
Updating the node version is not an option.
can we have a immediate solution for this? Our prod deployment is failing for the same.
-
Hi,
this line doesn't seem to do anything: https://github.com/pivanov/vite-plugin-svg-sprite/blob/e9106479866e98dba41e9ef8d001910ad58a4d4a/src/index.ts#L109
It seems to look for `` tags in `$svg…
-
### Please describe the bug you are seeing
I want to upgrade my site from version 3.0.0 to the latest version 3.6.0
But I am getting an error
My site builds successfully on version 3.4.0
```
Erro…