cocos creator 3.0 打不开

突然就打不开了
卡在 “正在加载资源…"

开发人员工具里的错误消息:
E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\node_modules@base\electron-logger\lib\renderer.ccc:1 Error: The ‘programming’ plug-in does not exist.
at MainSender._callback (E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\lib\dist\message\renderer\index.ccc:1)
at EventEmitter. (E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\node_modules@base\electron-base-ipc\dist\renderer.ccc:1)
at EventEmitter.emit (events.js:315)
at Object.onMessage (electron/js2c/renderer_init.js:91)
(anonymous) @ E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\node_modules@base\electron-logger\lib\renderer.ccc:1
main.html#9210c2e4-0459-49aa-b567-f0688f83a00f:1 Uncaught (in promise) Error: The ‘programming’ plug-in does not exist.
at MainSender._callback (E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\lib\dist\message\renderer\index.ccc:1)
at EventEmitter. (E:\CocosDashboard\resources.editors\Creator\3.1.1\resources\app.asar\node_modules@base\electron-base-ipc\dist\renderer.ccc:1)
at EventEmitter.emit (events.js:315)
at Object.onMessage (electron/js2c/renderer_init.js:91)
DevTools failed to load SourceMap: Could not parse content for file:///E:/CocosDashboard/resources/.editors/Creator/3.1.1/resources/app.asar/lib/dist/windows/static/uri.all.js.map: Unexpected end of JSON input
DevTools failed to load SourceMap: Could not parse content for file:///E:/CocosDashboard/resources/.editors/Creator/3.1.1/resources/app.asar/lib/dist/windows/static/performance-now.js.map: Unexpected end of JSON input

我也遇到了这样的问题,楼主,现在解决了吗?

解决啦,我有一个这样的操作,从一个scene一个节点,拉出来做prafeb,我现在打开的prafeb里面改了一个别的名字,又在prafeb所在目录,把名字改了,可能不一致,导致,项目找不到响应的文件,导致了这个问题