npm/npx

[BUG] npx hangs on macos

Opened this issue · 1 comments

What / Why

I installed npx yesterday and all was working fine. Today, it just hangs when I try to run verdaccio.

When

Whenever I run verdaccio

Where

npx verdaccio
npx verdaccio -h
npx verdaccio -v

How

Current Behavior

It hangs

Steps to Reproduce

npx verdaccio

Expected Behavior

Some kind of output. Some kind of debug info maybe. Even an error message would be helpful. Anything other than hanging.

Who

  • n/a

References

  • n/a

Users have reported this as well when running an experimental tool I just released (fauna-schema-migrate).
One Mac user tried to run:
npx fauna-schema-migrate init
With the following environment:

% node -v
v12.19.1
% npm -v
6.14.8
% npx -v
6.14.8

Github Issue: fauna-labs/fauna-schema-migrate#2

I could not reproduce this issue myself.