窗户&Android:本机服务器经常崩溃
问题描述:
ERROR EPERM: operation not permitted, lstat '...\.idea\workspace.xml___jb_old___'
{"errno":-4048,"code":"EPERM","syscall":"lstat","path":"...\.idea\\workspace.xml___jb_old___"}
Error: EPERM: operation not permitted, lstat 'app\.idea\workspace.xml___jb_old___'
at Error (native)
在那之后我应该再做一次:
After that I should again do:
npm start
如何解决这个很烦人的问题?谢谢
How to resolve this quite annoying problem? Thanks
答
我觉得是'save write'的问题,我用的是Webstorm,取消勾选文件->设置->系统设置->同步->使用安全"写"看看它是否对你有帮助.
I think it's the problem of 'save write', I am using Webstorm, uncheck "File->Settings->System Settings->sychronization->use safe write" to see if it helps you.