Cheerio NPM package no longer available with 1.75.x

Describe the problem/error/question

After upgrading to v 1.75.x, the Cheerio NPM package is no longer available for use in the code node.

What is the error message (if any)?

Linter warns the package is not available and if you run it the code node throws 'Cannot assign to read only property ‘toString’ of object ‘#’ ’ Interestingly, the linter has the same warning in 1.74.3 but the code executes.

Please share your workflow

Information on your n8n setup

  • n8n version: Working: 1.74.3 Issue: 1.75.2 but I am pretty sure it started with 1.75.0
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): regular but with task runners enabled
  • nodeJsVersion: 20.18.1
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker self-hosted
  • Operating system: Debian 12

Hey @Bojan,

This is an issue with the task runners can you set them to false for now until this has been fixed.

Thank you very much for the reply and confirmation Jon!