I’m attempting to upload function dependencies. I’ve followed the documented steps, however I receive the following error:
Failed to upload node_modules.tar.gz: unknown: Unexpected token, expected ( (357:12) 355 | 356 | return true; > 357 | } catch { | ^ 358 | return false; 359 | } 360 | }
Is this an error with the upload process or an error inside one of the node modules? How do I go about debugging / resolving this?