We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d308423 commit 81e3e18Copy full SHA for 81e3e18
docs/v3/gulpfile.js
@@ -5,7 +5,7 @@ import express from 'express';
5
import { glob } from 'glob';
6
import { LinkChecker } from 'linkinator';
7
8
-const cheerio = await import('cheerio');
+import * as cheerio from 'cheerio';
9
10
function displayErrors(err, stdout, stderr) {
11
if (err) {
0 commit comments