gpt4 book ai didi

node.js - su 命令无法识别 Node 服务 - ubuntu

转载 作者:太空宇宙 更新时间:2023-11-04 12:28:51 25 4
gpt4 key购买 nike

使用“su”命令启动 Node 服务时出现错误“找不到命令‘ Node ’没有这样的文件或目录”。但是,当我提供 Node 的完整路径时,它会起作用。看起来 Node 路径无法识别。

Not working:
su test -c "node server"

Working:
su test -c "/home/test/.nvm/v4.3.1/bin/node server"

我试图包括 -m 和 -p。它没有工作。关于如何避免使用 Node 的完整路径的任何想法?

最佳答案

将其软链接(soft link)到现有的 PATH 即可,使用以下命令

sudo ln -s /home/test/.nvm/v4.3.1/bin/node /usr/bin/

关于node.js - su 命令无法识别 Node 服务 - ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43861628/

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