Joseph O'Connor
Joseph O'Connor
@colerogers gettiing the same linting errors unfortunately. It appears to be because the linter was updated recently to disallow `any`. That being said, I'm getting the same number of successfully...
@mattphillips senpai notice me
This error is still occuring for us.
I was encountering this issue using node 20.11.0 with npm 10.4.0. After deleting `node_modules/`, deleting `package-lock.json`, upgrading `npm` to 10.5.0, and finally running `npm i` to generate a new `package-lock.json`...
Experiencing the same issue. Downgrading to 4.0.0 resolves it for both v1 and v2 functions.
Bumping this as we're still encountering this issue.
Thank you for opening this 🙏, been struggling with this for quite a while.
Would love if this could be resolved.
Ran into the same issue ourselves when invoking the Firebase emulators from inside a Playwrite global setup script after running the Playwrite test from the _ms-playwright_ VSCode extension. Setting `process.env.VSCODE_CWD...
This may have to do with Issue #6201