-
My code to generate sample data has started to fail with:
The line with error contains:
I have checked out many repo revisions until I have identified the commit causing the troubles where I have tried in to get rid off GH security warnings and updated the NPM dependencies. Cheerio got updated but cheerio-advanced-selectors remained the same (4yrs old release). package_lock.json
Do you have any idea how to fix the trouble? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You won't need |
Beta Was this translation helpful? Give feedback.
-
Thanks, I have removed it already because I have not found any usage at
all. I will submit an issue to the library to warn the users.
ne 26. 9. 2021 v 16:01 odesílatel Felix Böhm ***@***.***>
napsal:
… You won't need cheerio-advanced-selectors anymore, as positional
selectors are now natively supported by Cheerio itself.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQWNNY74ZDSEJZB7S57NKLUD4RR7ANCNFSM5EYYN5XQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
You won't need
cheerio-advanced-selectors
anymore, as positional selectors are now natively supported by Cheerio itself.