gpt4 book ai didi

bash: ngc: 找不到命令

转载 作者:太空狗 更新时间:2023-10-29 19:29:58 27 4
gpt4 key购买 nike

我正在使用@angular/compiler-cli 在 aot 模式下构建我的 ng2 应用程序。当我在我的 bash 窗口中输入“ngc -p tsconfig-aot.json”时,我得到“bash: ngc: command not found”。但是,当我改用“node_modules/.bin/ngc -p tsconfig-aot.json”时,它会起作用。我用谷歌搜索了 serval times 但没有得到任何我们的完整信息。任何人都可以帮我吗?谢谢!

最佳答案

看来你需要把 ngc 放在你的路径中:

echo $PATH

你在你的路径中看到二进制的 ngc 了吗?

如果不是:

PATH=$PATH:/path/to/ngc

要使其永久添加到 .bash_profile

export PATH=$PATH:/path/to/ngc

关于bash: ngc: 找不到命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41499993/

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