项目打不开什么原因?

项目在一次破电脑拔电秒挂后,运行后说找不到express和mongodb,在重装express和mongodb后控制台报错:

  1. Event
  2. bubbles: false
  3. cancelBubble: false
  4. cancelable: false
  5. composed: false
  6. currentTarget: null
  7. defaultPrevented: false
  8. eventPhase: 0
  9. isTrusted: true
  10. path: (5) [script, head, html, document, Window]
  11. returnValue: true
  12. srcElement: script
  13. target: script
  14. timeStamp: 1502
  15. type: “error”
  16. proto: Event

(anonymous) @ index.js:1

index.js:1 Error: Error loading cce:/internal/x/cc (SystemJS Error#3 https://git.io/JvFET#3)
at HTMLScriptElement. (script-load.js:69)
(anonymous) @ index.js:1

求大佬解决。另:发现tsconfig.json文件貌似也挂掉了,被我改成下面的形式后依旧是同样的报错:
{

/* Base configuration. Do not edit this field. */

“extends”: “./temp/tsconfig.cocos.json”,

/* Add your custom configuration here. */

“compilerOptions”: {

"target": "es2018",

"module": "commonjs",

"outDir": "./dist/",

"rootDir": "./src/",

"strict": true,

"moduleResolution": "node",

"esModuleInterop": true,

"experimentalDecorators": true

},

“include”: [

  "assets/**/*.ts"

]

}

问题解决了,简直诡异。把整个项目复制粘贴成新的项目就能直接打开了,,