Open
Description
Currently, for me, my npm registy is https://registry.npmmirror.com
, not https://registry.npmjs.org
. But running attw --from-npm <pkg-name>
still fetch from the default npm registry. IMO, there are 2 solutions:
- allow
--registry
option forattw
cmd. - if not pass
--registry
option toattw
cmd, use the result of$(npm config get registry)
by default
Metadata
Metadata
Assignees
Labels
No labels