我的控制台出现以下错误
error:
details: ""
message: "EBUSY: resource busy or locked, unlink 'C:\Users\kevin\AppData\Local\Temp\NEnHeBAduMlnKNm3C4HZ.jpg'"
__proto__: Object
headers: HttpHeaders {normalizedNames: Map(0), lazyUpdate: null, lazyInit: ƒ}
message: "Http failure response for http://localhost:5000/big-screener/us-central1/app/server/processUploadedUserImage: 403 Forbidden"
name: "HttpErrorResponse"
ok: false
status: 403
statusText: "Forbidden"
url: "http://localhost:5000/big-screener/us-central1
当尝试将图像上载有Firebase的图像上传到我的本地主机网站时
使console.log
的{{1}}正确无误,问题是它可以在Mac / Linux上运行,而不能在64位Windows 10上运行。
我尝试运行req.headers
,重新启动计算机,重新安装软件包,以Admin身份启动IDE和Shell,但是我没有防病毒软件。
这里是npm cache clean
:
processUploadedUserImage
接下来我可以尝试使其工作吗?我已经做了一切,在这一点上我很绝望...