当我尝试在 Azure 函数上使用调试时,出现以下错误:
[2021-10-09T15:50:50.996Z] Cannot create directory for shared memory
usage: /dev/shm/AzureFunctions
[2021-10-09T15:50:50.996Z]
System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is
denied. Operation not permitted.
Run Code Online (Sandbox Code Playgroud)
我已经将 NodeJS 降级到 v13。
如何在 Mac 上解决此问题?