-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid fetching ngrok bins from equinox - host them as npm modules #98
Comments
Equinox has issued a service shutdown announcement: https://equinox.io/blog/shutting-down However, the automatic installation address of npm and the current official download address are still downloaded from equinox.io. And the following information makes everyone very worried about whether it is possible to update the version from a stable cdn, because there is no way to continue using it without updating. > ngrok http 80
Your ngrok agent version "2.3.40" is no longer supported. Only the most recent version of the ngrok agent is supported without an account.
Update to a newer version with `ngrok update` or by downloading from https://ngrok.com/download.
Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup.
ERR_NGROK_120 |
That is a concern, thanks for bringing it up @wll8. The main ngrok executable is not controlled by this project though, so I will try to contact them to find out what the plan for binary distribution is given this update. |
I used this repository in this project. In fact, like most people, I am very concerned about these two issues:
Currently I try to run |
避免出现以下错误: ``` sh > ngrok http 80 Your ngrok agent version "2.3.40" is no longer supported. Only the most recent version of the ngrok agent is supported without an account. Update to a newer version with `ngrok update` or by downloading from https://ngrok.com/download. Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup. ERR_NGROK_120 ``` 参考: - bubenshchykov/ngrok#98
Good news, I have been in touch with the ngrok team and while I don't know all the details, it seems that they will continue to publish to equinox after the shutdown date. Perhaps we will hear more details from ngrok, but the important thing is that nothing has to change in this project. |
避免出现以下错误: ``` sh > ngrok http 80 Your ngrok agent version "2.3.40" is no longer supported. Only the most recent version of the ngrok agent is supported without an account. Update to a newer version with `ngrok update` or by downloading from https://ngrok.com/download. Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup. ERR_NGROK_120 ``` 参考: - bubenshchykov/ngrok#98
how to install ngrok as npm is not working
|
避免出现以下错误: ``` sh > ngrok http 80 Your ngrok agent version "2.3.40" is no longer supported. Only the most recent version of the ngrok agent is supported without an account. Update to a newer version with `ngrok update` or by downloading from https://ngrok.com/download. Sign up for an account to avoid forced version upgrades: https://ngrok.com/signup. ERR_NGROK_120 ``` 参考: - bubenshchykov/ngrok#98
great example: https://github.com/expo/ngrok/tree/master/packages
The text was updated successfully, but these errors were encountered: