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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
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.
Currently
typings
depends ontypings-core
which in turn depends ontouch@^1.0.0
. Pre-2.0,touch
installs a binary namedtouch
. Thus, if you installtypings
globally, for people using something likenvm
, that means that the node script version oftouch
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 tonodetouch
.I believe #188 would fix this issue.
The text was updated successfully, but these errors were encountered: