I am trying to deploy my node.js application to google cloud
and my package.json includes the yargs
as dependencies.
And when I deploy the app to google cloud and after that I am getting error can't find module yargs in google cloud platform logs.
How can I solve the above issue?