Download Latest Version v1.3.1 source code.tar.gz (103.7 kB)
Email in envelope

Get an email when there's a new version of Mac Cleaner CLI

Home / v1.1.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-10 291 Bytes
v1.1.8 - Fix Node.js version requirement source code.tar.gz 2025-12-10 66.2 kB
v1.1.8 - Fix Node.js version requirement source code.zip 2025-12-10 105.6 kB
Totals: 3 Items   172.1 kB 0

Fix

  • Added engines field requiring Node.js >= 20.12.0 to fix SyntaxError: Unexpected token 'with' error for users running older Node.js versions

The error was caused by the Import Attributes syntax (with { type: 'json' }) which is only supported in Node.js 18.20+ or Node.js 20+.

Source: README.md, updated 2025-12-10