| Name | Modified | Size | Downloads / 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
enginesfield requiring Node.js >= 20.12.0 to fixSyntaxError: 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+.