Jeffrey D. Van Alstine

Results 14 comments of Jeffrey D. Van Alstine

For those looking for a quick way to downgrade clasp: > npm install -g @google/[email protected]

Additionally, WLError no longer exists and instead, Waterline is mostly generating errors through the **Flaverr.js** library. So that whole piece of code will need to be rethought. To boot, most...

@bm2112 is correct. Much of WebRTC was made available in iOS and Safari 11. Certain things like MediaRecorder are still missing, but it looks like everything used in this library...

I just also ran into this while working on Windows 10 randomly. Nothing changed on my system or project except for an ```npm audit fix``` that upgraded a single package....

I ended up using [email protected] and it solved the problem. It also dramatically decreased build time. I'm not a fan of having the extra dependency though, but it does seem...

@medikoo - I can guarantee it's not specific to the serverless-python-requirements plugin (I'm not using that one at all). I can't rule out other plugins having similar issues though, as...

@medikoo Checking now if I can replicate it if I roll back my project a few commits... Yup... replicable. And I can trigger it without any Serverless Plugins at all:...

Also tried installing a few older versions of Serverless: v2.50.0 - same issue. v2.25.0 - same issue. v2.0.0 - same issue. I wonder if something in Windows changed.

https://github.com/jvanalst/emfile-serverless-win10-bug

I get the error regardless of VS Code vs PowerShell vs Command Prompt. On Mon, Feb 7, 2022 at 10:49 AM 0xD1x0n ***@***.***> wrote: > So i closed my project...