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.
每次我尝试使用终端安装 PhoneGap 3.0 时,都会收到以下错误消息。
Last login: Sun Sep 22 13:27:05 on ttys000 ELP-AS-MBP01:~ amartinez$ $ sudo npm install -g phonegap -bash: $: command not found
正如文档所述,我已经安装了 Node.js。任何帮助是极大的赞赏。谢谢。
教程和诸如此类的命令带有前缀$以表明它们应该在终端中运行。它本身就是终端提示符,因此您应该只将其后$的任何文本复制到您的控制台中。
$
您的控制台正在尝试执行$不存在的命令。你的命令应该是这样的:
sudo npm install -g phonegap