Dennis Enroth

Results 1 comments of Dennis Enroth

The code responsible for this behavior is https://github.com/npm/cli/blob/v8.3.2/workspaces/arborist/lib/consistent-resolve.js#L25-L27 ```javascript : hosted ? `git+${ hosted.auth ? hosted.https(hostedOpt) : hosted.sshurl(hostedOpt) }` ``` I attempted to fix the behavior, and this is what...