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
I have a CI environment that has no "free" access to internet. Currently, we have set up a npm "registry" that works.
Sadly, because of one of the dependency of a dependency (see socketio/engine.io-client#348), I cannot automate my build on CI. It requires npm to be able to fetch stuff from github directly (the npm registry does not provide proxy).
I saw some discussion around changing this dependency.
As this is a show stopper currently for us, can someone give some status around this ?
Or poke the io-client team to remove the http dependency.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I have a CI environment that has no "free" access to internet. Currently, we have set up a npm "registry" that works.
Sadly, because of one of the dependency of a dependency (see socketio/engine.io-client#348), I cannot automate my build on CI. It requires npm to be able to fetch stuff from github directly (the npm registry does not provide proxy).
I saw some discussion around changing this dependency.
As this is a show stopper currently for us, can someone give some status around this ?
Or poke the io-client team to remove the http dependency.
Thanks in advance.
The text was updated successfully, but these errors were encountered: