1

I reinstalled nodejs (node,npm) because of an old corrupted configuration. Than I installed bower

$sudo npm install -g bower
/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower
/usr/lib
└── bower@1.8.0
$which bower
/usr/bin/bower
$bower -v
bash: /usr/local/bin/bower: No such file or directory

I do not know where\how I should clean the broken link.

karel
  • 114,770
Serhii
  • 223

1 Answers1

2

hash -d bower and you'd be good to go.

slava
  • 3,887