gpt4 book ai didi

angular - (SystemJS) core_1.provide 不是函数

转载 作者:太空狗 更新时间:2023-10-29 18:33:34 25 4
gpt4 key购买 nike

我最近通过重新加载我的 Play Angular 2 项目遇到了一些依赖性问题,我通过升级到 Angular 2 的 RC6 找到了一些修复。所以我拥有这样的一切:

libraryDependencies ++= Seq(
cache,
//angular2 dependencies
"org.webjars.npm" % "angular__core" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__http" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__router" % "3.0.0-rc.2",
"org.webjars.npm" % "angular__common" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__compiler" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__upgrade" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__platform-browser" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__platform-browser-dynamic" % "2.0.0-rc.6",
"org.webjars.npm" % "angular__forms" % "2.0.0-rc.6",

"org.webjars.npm" % "core-js" % "2.4.1",
"org.webjars.npm" % "systemjs" % "0.19.37",
"org.webjars.npm" % "todomvc-common" % "1.0.2",
"org.webjars.npm" % "rxjs" % "5.0.0-beta.9",
"org.webjars.npm" % "zone.js" % "0.6.17",
"org.webjars.npm" % "typescript" % "2.0.0",

//tslint dependency
"org.webjars.npm" % "tslint-eslint-rules" % "1.3.0",
"org.webjars.npm" % "codelyzer" % "0.0.26",

//additional dependencies
"org.webjars.npm" % "moment" % "2.14.1",
"org.webjars.npm" % "ng2-bootstrap" % "1.0.24",
"org.webjars.npm" % "ng2-file-upload" % "1.0.3",
"org.webjars.npm" % "angular2-cookie" % "1.2.2",

"org.webjars.bower" % "bootstrap-sass" % "3.3.6" exclude("org.webjars", "jquery"),
"commons-io" % "commons-io" % "2.4"
)

在我的@NgModule 中,我没有在提供程序中使用任何 provide()。

这已经解决了我以前的编译问题,但现在我的浏览器控制台中只有这个错误:

zone.min.js:1 Error: (SystemJS) core_1.provide is not a function

而且我没有其他迹象,编译顺利。有人遇到过吗?

最佳答案

https://www.npmjs.com/package/angular2-cookie

请为 angular2 beta 使用 1.1.x 版本,1.2.2 版本用于早于 rc.5 的候选版本,1.2.3 用于 >rc.5。

恐怕我的 friend 你使用了错误版本的 angular2-cookie。尝试更新到 1.2.3

关于angular - (SystemJS) core_1.provide 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39328053/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com