當我嘗試使用 debug an 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.
我已經將 nodejs 降級到 v13
如何在 Mac 上解決此問題?
uj5u.com熱心網友回復:
根據此鏈接,這是 python 作業器的 一部分,作為此功能的一部分 ,增加了對運行時和作業器之間共享記憶體的支持。
您看到的日志是一個警告(檢查 此行),考慮到作業人員最終會啟動,另一個位置作業。
您轉到專案中的 host.json 檔案,洗掉“extensionBundle”部分并再次運行它。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/325948.html
上一篇:IF陳述句邏輯
