我正在尝试在我的 Azure 网站上部署一个 On Demand node.js WebJob,它使用一些节点库,但每次运行都会产生错误
Failed to copy job files: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
取出库可以纠正错误,但是我无法运行 WebJob。我该如何解决这个问题?