angular - 类型错误 : Cannot read properties of undefin

我已将我的 Angular 应用程序从 12 版本升级到 13 版本。我在单元测试运行期间开始遇到此错误。

Chrome Headless 94.0.4606.61 (Windows 10) AppComponent should create the app FAILED
        TypeError: Cannot read properties of undefined (reading 'match')
            at extractCommentsWithHash (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:9130:18)
            at ShadowCss.shimCssText (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:8694:34)
            at map (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:22402:26)
            at Array.map (<anonymous>)
            at compileStyles (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:22401:19)
            at compileComponentFromMetadata (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:21948:13)
            at CompilerFacadeImpl.compileComponentFromMeta (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:22570:21)
            at CompilerFacadeImpl.compileComponent (http:###/_karma_webpack_/webpack:/node_modules/@angular/compiler/fesm2020/compiler.mjs:22560:21)
            at Function.get (http:###/_karma_webpack_/webpack:/node_modules/@angular/core/fesm2020/core.mjs:24583:47)
            at getComponentDef (http:###/_karma_webpack_/webpack:/node_modules/@angular/core/fesm2020/core.mjs:1119:16)
        Failed: Cannot read properties of undefined (reading 'match')

我试过这个解决方案,但没有用。

manually remove package-lock.json
manually remove folder node_modules
npm install

你有什么解决办法吗?是否与Angular版本升级有关?

最佳答案

我在这个答案中找到了解决方案 https://stackoverflow.com/a/68797111/3387259

我在 tsconfig.json 中将 commonjs 更改为 es2020 并且还添加了 "moduleResolution": "node".

关于angular - 类型错误 : Cannot read properties of undefined (reading 'match' ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70066396/

相关文章:

javascript - 为什么不重新分配 forEach 中的参数元素起作用

typescript - 如何防止将 Prop 传递给内部样式组件

scala - Scala 3 中的递归高阶函数类型

python - 如何从带日期的字符串列表中过滤掉字符串?

python - 在 Numpy 或 Pandas 中的每一行之后插入相似行(只有一列发生变化)的有

angular - 我需要取消订阅 Angular Observable 吗?

python - 返回 boolean 数组中 "false"值的索引

c++ - 多线程段故障析构函数

angular - "declare global{ interface Window{ analy

clojure - 撤消覆盖 Clojure 中的内置函数