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
Hi! While installing moonwave, I encountered these deprecation warnings. Especially concerned about the first one which warns about a certain library having a memory leak.
PowerShell 7.5.0
PS C:\Users\arythmitical> npm i -g moonwave
npm warn deprecated inflight@1.0.6: 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 glob@7.2.3: Glob versions prior to v9 are no longer supported
The text was updated successfully, but these errors were encountered:
Both inflight and glob are dependencies of a dependency, and these deprecation warnings can be fixed for the CLI if we bump the version of gh-pages. I previously bumped the version for gh-pages, and ran into some breaking issues that I had not yet resolved. I'll revisit it sometime, but I wouldn't be concerned with these deprecation warnings, it shouldn't affect your live site in any way.
Hi! While installing moonwave, I encountered these deprecation warnings. Especially concerned about the first one which warns about a certain library having a memory leak.
The text was updated successfully, but these errors were encountered: