Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
0 answers
65 views

Cloud Run installs JS Modules every call

I have a cloud run function in python, and some JS files. The python code calls the JS code via processes. For some reason every time I call the cloud run function it seems to install jsdom which ...
Ahmed Zaidan's user avatar