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
any chance to get an upgrade of the glob module to 7.x or so?
The currently referenced version is 3.2.3 and about 3 years old and is using an outdated graceful-fs module internally producing this nasty warning with npm 3.x:
npm WARN deprecated [email protected]: graceful-fs version 3 and
before will fail on newer node releases. Please update to
graceful-fs@^4.0.0 as soon as possible.
The text was updated successfully, but these errors were encountered:
any chance to get an upgrade of the
glob
module to7.x
or so?The currently referenced version is
3.2.3
and about 3 years old and is using an outdatedgraceful-fs
module internally producing this nasty warning withnpm 3.x
:The text was updated successfully, but these errors were encountered: