我不知道发生了什么。我正在编码...然后一切都破了。
运行ng build
或ng serve
时,我现在收到以下错误消息:
./node_modules/saucelabs/index.js中的ERROR找不到模块:错误: 无法解析“ ./lib-cov/SauceLabs” '/ Users / mlgyshan / Documents / GitHub / Nutanix2 / FlexMachineLearning / FlexMachineLearning / static / node_modules / saucelabs' ./node_modules/protractor/built/runner.js中的错误...
我运行了npm i
,它给出了以下输出:
npm WARN codelyzer@3.2.2需要一个@ angular / compiler @ ^ 2.3.1的同位体 || > = 4.0.0-beta <5.0.0,但未安装。您必须安装对等 自己依赖。 npm WARN codelyzer@3.2.2需要一个对等体 @ angular / core @ ^ 2.3.1 || > = 4.0.0-beta <5.0.0,但未安装。您 必须自己安装对等依赖项。 npm WARN tsickle@0.30.0 需要type @@ = 2.4.2 <2.9的同位体,但未安装。您 必须自己安装对等依赖项。
9.015s中经审核的29419个程序包发现58个漏洞(19个低点,28个 中级,最高11级)运行
npm audit fix
进行修复,或npm audit
详情
答案 0 :(得分:9)
我发现发生了什么事。我有这行:
从“量角器”导入{EventEmitter};
但是我不得不将其更改为:
从“ @ angular / core”导入{EventEmitter};