由于旧的配置损坏,我重新安装了nodejs
( node
, )。然后我安装了npm
bower
$sudo npm install -g bower
/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower
/usr/lib
└── [email protected]
$which bower
/usr/bin/bower
$bower -v
bash: /usr/local/bin/bower: No such file or directory
我不知道我应该在哪里\如何清理断开的链接。
答案1
hash -d bower
你就可以走了。