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
I have suddenly started receiving the following error when installing truncate-html latest version. This looks like a dependancy update error from cheerio. Perhaps cheerio needs to be pinned at a specific version.
[ERROR] No matching export in "node_modules/cheerio/dist/browser/index.js" for import "default"
node_modules/truncate-html/dist/truncate.es.js:1:7:
1 │ import $e9N8g$cheerio from "cheerio";
╵ ~~~~~~~~~~~~~~
ERROR error while updating dependencies:
Error: Build failed with 1 error:
node_modules/truncate-html/dist/truncate.es.js:1:7: ERROR: No matching export in "node_modules/cheerio/dist/browser/index.js" for import "default"
The text was updated successfully, but these errors were encountered:
I have suddenly started receiving the following error when installing
truncate-html
latest version. This looks like a dependancy update error from cheerio. Perhaps cheerio needs to be pinned at a specific version.The text was updated successfully, but these errors were encountered: