-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working