William K
William K
I'm using quasar cli **v0.17.19** and am running into the _"Cannot find module '@babel/runtime/core-js/get-iterator'"_ issue. Are there any "official" instructions or update procedures from quasar team?
@adamkpurdy, the problem turned out to be one of our other dependencies. However, we _did_ try your steps but it did not resolve the issue.
https://github.com/GetStream/stream-js
Looks like it to me, otherwise the `data` passed to `TokenModel` is `undefined`. `handle` method in _/oauth2-server/lib/handlers/token-handler.js_: ```javascript .then(function(client) { return this.handleGrantType(request, client); }) .tap(function(data) { var model = new...
Using `nvm`. The move from 6.11.1 to 6.11.5 resolved this for me.
Just ran into something similar using firebase web sdk v10.x running in our Capacitor based app on ios. Only had an issue on the native ios builds. Worked fine on...