Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Installing typings globally overrides /usr/bin/touch #195

Description

@jacobwgillespie

Currently typings depends on typings-core which in turn depends on touch@^1.0.0. Pre-2.0, touch installs a binary named touch. Thus, if you install typings globally, for people using something like nvm, that means that the node script version of touch will override the built-in /usr/bin/touch. The node script prints a lot of debug info, causing issues like Homebrew/brew#2891.

Upgrading to v2 or v3 of touch will fix this issue as that package has renamed its binary to nodetouch.

I believe #188 would fix this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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