Skip to content

Upgrade to glob 7.0.3 to solve deprecated [email protected] warnings #941

@superclarkk

Description

@superclarkk

Currently, npm gives the following warning when installing the latest version of node-gyp:

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

This is because glob is not at the latest version.

  └─┬ [email protected] (latest version)
    └─┬ [email protected] (not latest version - should be 7.0.3) 
      └── [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions