Skip to content

Commit

Permalink
fix: resolve cheerio TypeError: Cannot read properties of undefined (…
Browse files Browse the repository at this point in the history
…reading 'load') #246
  • Loading branch information
jaywcjlove committed Nov 12, 2024
1 parent 4daa4cd commit 49bfd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs, { ReadStream } from 'fs-extra';
import path from 'path';
import ejs from 'ejs';
import color from 'colors-cli';
import cheerio from 'cheerio';
import * as cheerio from 'cheerio';
import svg2ttf from 'svg2ttf';
import ttf2eot from 'ttf2eot';
import ttf2woff from 'ttf2woff';
Expand Down

0 comments on commit 49bfd1a

Please sign in to comment.