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 was archived by the owner on Aug 11, 2022. It is now read-only.
when calling npm pack on a path that includes an @ symbol the resolving algorithm blows up
How can the CLI team reproduce the problem?
$ wget https://github.com/pugjs/pug/archive/pug@2.0.0-beta7.tar.gz
# this works YAY
$ npm pack https://github.com/pugjs/pug/archive/pug@2.0.0-beta7.tar.gz
# this doesn't 😐