StaticInjectorError(Platform:core)[CompilerFactory] ​​| NullInjectorError:没有CompilerFactory的提供者

时间:2018-05-15 09:51:55

标签: angular webpack angular-universal

我在尝试从角度2升级到角度5

时收到以下错误
Uncaught Error: StaticInjectorError(Platform: core)[CompilerFactory]: 
  NullInjectorError: No provider for CompilerFactory!
    at _NullInjector.get (core.js:994)
    at resolveToken (core.js:1292)
    at tryResolveToken (core.js:1234)
    at StaticInjector.get (core.js:1102)
    at PlatformRef.bootstrapModule (core.js:5548)
    at main (client.ts:24)
    at Object.bootloader (index.js:12)
    at Object.<anonymous> (client.ts:28)
    at __webpack_require__ (bootstrap 031c386073943e31b8d3:19)
    at bootstrap 031c386073943e31b8d3:62

这不是一个Angular CLI应用程序,因此我在git上创建了一个repo,以便最小化问题的再现。请参阅以下link

请参阅README.md进行构建并提供应用程序。

使用webpack:3.11.0用于构建此应用程序。

0 个答案:

没有答案