You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
when i run command like dict hello
then it show me an error:
TypeError: $ is not a function
after reading your code , i solved this problem.
source.js 1:1const $ = require('cheerio')change to
const $ = require('cheerio').loadso it worked!
but i really want to know what reason causes you to remove
.load?i hope you reply me