Open MufidJamaluddin opened 3 years ago
A few things, can you try updating to the latest CLI & then also, can you ensure that the package/repo you're trying to install doesn't have any references to localized deps (as that seems to be a part of this error/output).
Presumably same as #2610
Current Behavior:
Install github private package error with
npm install git+ssh://git@github.com:<private github org>/<private package>.git#<branch>
My coworker installed it succesfully on Macbook, but I Failed on WSL Windows 10.
Expected Behavior:
Install succeed
Steps To Reproduce:
Install package by
npm install git+ssh://git@github.com:<private github org>/<private package>.git#<branch>
Error in console
Environment: