gpt4 book ai didi

node.js - 如何将 Node 选项添加到 angular/cli ng 命令?

转载 作者:行者123 更新时间:2023-12-02 18:57:14 35 4
gpt4 key购买 nike

我刚刚安装了 node.js v14。当我构建 Angular 9 包时,我收到了这些警告。

ng build –prod myPackage

(node:14432) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:14432) Warning: Accessing non-existent property 'column' of module exports inside circular dependency

我想知道如何使用 node –trace-warnings 找到错误抛出的位置。

我正在使用 Angular 9。

最佳答案

作为可能的选项之一,您可以通过以下方式更正您的 package.json:

{
"scripts": {
"build": "node --trace-warnings ./node_modules/@angular/cli/bin/ng build –prod myPackage"
}
}

另见 this .

关于node.js - 如何将 Node 选项添加到 angular/cli ng 命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66050840/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com