You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the latest version of the package gives two deprecation notices:
PS> npm -g install @electron/[email protected]
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
changed 13 packages in 846ms
Could you look at them? I think the 2nd one is straightforward to fix.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @crystalfp! We plan to bump glob and other dependencies once we're able to upgrade the minimum Node.js version and release the next major version of @electron/asar, see #332 (comment) for details. This is a valid issue so I'll keep it open until we get around to it, just wanted to let you know about the current status.
Installing the latest version of the package gives two deprecation notices:
Could you look at them? I think the 2nd one is straightforward to fix.
Thanks!
The text was updated successfully, but these errors were encountered: