嗨,我使用 uberspace 并在那里安装了 ghost。Ghost 使用 npm。
如果我尝试:
npm install -g bower
它没有安装它并抛出很多错误消息,这是有道理的,因为服务器在许多用户之间共享。sudo npm install -g bower 告诉我它不知道 bower
如果我在本地安装它
npm install bower
它将它安装到 ../node_modules。但是使用例如
bower install angular-mailchimp
抛出错误:-bash: bower: command not found
我如何让它运行?