我刚刚安装了node.js v14。当我构建 Angular 9 包时,我收到了这些警告。
\nng build \xe2\x80\x93prod myPackage\n\n(node:14432) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency\n(Use `node --trace-warnings ...` to show where the warning was created)\n(node:14432) Warning: Accessing non-existent property 'column' of module exports inside circular dependency\nRun Code Online (Sandbox Code Playgroud)\n我想知道如何使用node \xe2\x80\x93trace-warnings来查找抛出错误的位置。
我正在使用 Angular 9。
\n