Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 Forever 以与 Node.js 一起使用。我正在使用“npm install forever -g”安装它。它似乎安装得很好,但是当我运行“永远”命令时,它没有找到。
也许我没有将它安装在正确的位置?应该安装在哪里?
任何帮助都会很棒!谢谢!
您必须使用 sudo 运行永远安装:
sudo npm install forever -g
这应该可以,但请检查“npm bin -g”以确保该目录在您的路径上。