最佳答案
有人面临下面的警告在“五发球”?
在./node _ module/@angle/Editor/src/util.js 中警告 10:24-31关键依赖项: 在依赖项不能静态提取的情况下,使用 request 函数 I 「 wdm 」 : 已编译并附有警告。
角度版本:
角度 CLI: 6.0.8 节点: 8.11.3 操作系统: 达尔文 x64 角度: 6.0.9 ... 动画,公共,编译器,编译器-cli,核心,形式 语言服务,平台浏览器 ... 平台-浏览器-动态,路由器,升级
我尝试更新 CLI 和 Angular,但没有成功:
function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
var v = factory(require, exports);
if (v !== undefined) module.exports = v;
}
else if (typeof define === "function" && define.amd) {
define("@angular/compiler/src/util", ["require", "exports"], factory);
}
}