我已将整个项目上传到enter link description here
在我多次尝试后,每次运行相同的代码并得到以下错误时,都会出现此错误:
`node_modules/@ngrx/store-devtools/src/actions.d.ts(18,21)中的错误: 错误TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(22,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(26,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(31,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(36,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(40,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(44,21):错误 TS1039:在环境中不允许使用初始化程序。
node_modules/@ngrx/store-devtools/src/actions.d.ts(51,21):错误 TS1039:不允许使用初始化程序 node_modules/@ngrx/store-devtools/src/actions.d.ts(56,21):错误 TS1039:不允许使用初始化程序
node_modules/@ngrx/store-devtools/src/actions.d.ts(61,21):错误 TS1039:不允许使用初始化程序
node_modules/@ngrx/store-devtools/src/actions.d.ts(66,21):错误 TS1039:不允许使用初始化程序
node_modules/@ngrx/store-devtools/src/actions.d.ts(71,21):错误 TS1039:不允许使用初始化程序
node_modules/@ngrx/store-devtools/src/actions.d.ts(76,21):错误 TS1039:不允许使用初始化程序
i「wdm」:编译失败。 `
有机会在不更改代码任何内容的情况下成功编译了项目,但另一个错误是Uncaught Error: Can't resolve all parameters for CoinEffects: (?, [object Object]).
经过多次搜索后,我发现它是关于循环依赖的,它试图修复,但徒劳是关于依赖或其他问题的!!?
答案 0 :(得分:4)
您需要为@ngrx/store
中的软件包@ngrx/store-devtools
和package.json
设置相同的版本。
答案 1 :(得分:-2)
谢谢你,我发现这全都是关于程序包的,代码中没有错。