-
Notifications
You must be signed in to change notification settings - Fork 744
Proxy the "npm install <name>" to an another registry if the package doesn't exists in our #252
Comments
@fengmk2 this bug still exist? |
Yes, it works great with a forced: this.session.allowSync = true; |
@hekike I fix this stupid now. |
@hekike |
this proxy still has one problem: if run
npm will try to install package-b, but if |
Any update on this one? |
|
install will trigger sync and return the package from source registry if this pacakge not exist in our registry. but still can not make sure this install not fail. |
I have |
the check middleware:
|
i try with [email protected], it works fine |
Proxy the "npm install " to an another registry if the package doesn't exists in our, then save it (optional).
The text was updated successfully, but these errors were encountered: