Describe the bug
Seems to be:
This is due to support for ["import assertions"](https://nodejs.org/docs/latest-v17.x/api/esm.html#import-assertions) being removed from Node in favour of ["import attributes"](https://nodejs.org/docs/latest-v22.x/api/esm.html#import-attributes)
https://stackoverflow.com/a/78876692
To Reproduce
Steps to reproduce the behavior:
- Node v22.15.0
npm i -g make-icns
- Run make-icns
Expected behavior
It should run without error
Screenshots
Desktop (please complete the following information):
- OS: macOS 15.2 - fresh install
Additional context
bug seems to occur in updates.js line 4
Describe the bug
Seems to be:
https://stackoverflow.com/a/78876692
To Reproduce
Steps to reproduce the behavior:
npm i -g make-icnsExpected behavior
It should run without error
Screenshots
Desktop (please complete the following information):
Additional context
bug seems to occur in
updates.jsline 4