sindresorhus / create-dmg

Create a good-looking DMG for your macOS app in seconds
MIT License
4.72k stars 196 forks source link

DeprecationWarning: The `util.isDate` API is deprecated. #91

Closed hyrulelinks closed 7 months ago

hyrulelinks commented 7 months ago

There is a warning message that has never appeared before, and it seems to be an API deprecation

❯ create-dmg fly.app
⠦ Copying files(node:37860) [DEP0047] DeprecationWarning: The `util.isDate` API is deprecated.  Please use `arg instanceof Date` instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✖ No suitable code signing identity found

Shall I reinstall creata-dmg?

Thx @sindresorhus

sindresorhus commented 7 months ago

It is not coming from create-dmg. Must be a sub-dependency. You should open an issue on that sub-dependency instead.