-
Notifications
You must be signed in to change notification settings - Fork 390
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
UnhandledPromiseRejectionWarning: TypeError: Invalid Version: 1.0.0rc3 #190
Comments
Same issue to me, maybe kong-dashboard latest image not support kong version 1.0.0rc3. |
I got this
|
Should be the same issue as #194 |
(node:13040) UnhandledPromiseRejectionWarning: TypeError: Invalid Version: 1.0.0rc3
at new SemVer (C:\Users\xumengsi\AppData\Roaming\npm\node_modules\kong-dashboard\node_modules\semver\semver.js:312:11)
at compare (C:\Users\xumengsi\AppData\Roaming\npm\node_modules\kong-dashboard\node_modules\semver\semver.js:585:10)
at Function.lt (C:\Users\xumengsi\AppData\Roaming\npm\node_modules\kong-dashboard\node_modules\semver\semver.js:619:10)
at request.get.then.then (C:\Users\xumengsi\AppData\Roaming\npm\node_modules\kong-dashboard\bin\kong-dashboard.js:161:16)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:13040) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:13040) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: