diff --git a/docs/v3/gulpfile.js b/docs/v3/gulpfile.js index 7d6c63473bd..89a19440b50 100644 --- a/docs/v3/gulpfile.js +++ b/docs/v3/gulpfile.js @@ -5,7 +5,7 @@ import express from 'express'; import { glob } from 'glob'; import { LinkChecker } from 'linkinator'; -const cheerio = await import('cheerio'); +import * as cheerio from 'cheerio'; function displayErrors(err, stdout, stderr) { if (err) {