linux - 帮助 Make error

标签 linux ubuntu makefile

当我运行 make 时出现错误:

root@vagrantup:~/npm-1285112852/scripts# ./install.sh 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  568k  100  568k    0     0   267k      0  0:00:02  0:00:02 --:--:--  466k
node cli.js cache clean
make: node: Command not found
make: *** [uninstall] Error 127

我已经安装了 gcc。有什么问题?

最佳答案

node cli.js cache clean
make: node: Command not found

Makefile 正在尝试运行命令 node cli.js cache clean,但在您的 PATH 中找不到名为 node 的程序。要解决此问题,请安装任何提供 node 程序的软件包。您尝试编译的程序应该包含一个名为 READMEINSTALL 的文件或类似的文件,告诉您编译它的依赖项是什么。

关于linux - 帮助 Make error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3765334/

相关文章:

c - 构建 pocketsphinx 应用程序的未解析符号

linux - 不小心从redis中删除了一个表,有没有回滚之类的操作?

c# - 在 Linux 上运行 Windows 窗体应用程序

php - Ubuntu 中的服务器上缺少 ZipArchive 类

ubuntu - 运行 Dart 服务器的最佳方法?

c++ - 小程序的makefile/script

c++ - 使用 make 编译简单的 C++ 项目

c++ - 使用 Makefile 修改项目组织

linux - 为什么 wget 输出到 stderr 而不是 stdout?

linux - 保留通过 "less"或 "more"传输的文本的颜色