-
-
Notifications
You must be signed in to change notification settings - Fork 796
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
TypeError: serviceRuntime.startsWith is not a function in 4.9.4 #636
Comments
What is your nodejs version ? I looks like a nodejs older version. |
6.10.3, maybe a polyfill for node 6 would be enough to fix this, or if you don't want to support that version then upgrade the package.json and explicitely state the incompatibility with the nodejs 6 runtime. I'd prefer it to be compatible with node6 ^-^ :) |
It is not 🤔 |
Too bad for me then! I'll keep using the 3.x version which is compatible with node 6. |
@dherault Actually, if you look at the bottom of the logs:
I'm using node 10.15.3. I tried again just now and met the same error. I think this should be re-opened. |
Note that this happens when using a custom runtime with the
Instead of
Documentation should be improved, and when |
thanks for pointing the answer @Vadorequest |
re-opening just as a reminder to check if the issue still exists. |
this is essentially "fixed" in v6.0.0-alpha, as the migration path: #768 |
I was using
3.18.0
and upgraded to4.9.4
and I get this error right at the startis something wrong with the latest version?
The text was updated successfully, but these errors were encountered: