Skip to content

Install warnings for transitive dependencies (glob and inflight) #294

@jacobcarpenter

Description

@jacobcarpenter

Installing the latest typescript-plugin-css-modules (version 5.2.0), I get the following warnings:

warning typescript-plugin-css-modules > stylus > [email protected]: Glob versions prior to v9 are no longer supported
warning typescript-plugin-css-modules > stylus > glob > [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.

These look like issues with transitive dependencies through the stylus package. Here is an issue I found in that repo: stylus/stylus#2883

[These warnings are emitted by yarn, but it sounds like from that stylus issue that npm generates similar warnings.]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions