我的PC上运行了一个有角度的项目,没有任何错误。当我尝试在另一台PC上打开项目时,在运行客户端时出现此错误(后端运行没有问题):
core.js:35929 Uncaught TypeError: Cannot read property 'id' of undefined
at registerNgModuleType (core.js:35929)
at core.js:35947
at Array.forEach (<anonymous>)
at registerNgModuleType (core.js:35943)
at core.js:35947
at Array.forEach (<anonymous>)
at registerNgModuleType (core.js:35943)
at new NgModuleFactory$1 (core.js:36105)
at compileNgModuleFactory__POST_R3__ (core.js:41895)
at PlatformRef.bootstrapModule (core.js:42260)
请帮助我了解新计算机中缺少的内容,我相信它甚至可能是我需要在控制台中运行的代码行,例如npm。