node: No such file or directory?
johnmudd opened this issue · 4 comments
johnmudd commented
On Ubuntu 14.04:
$ speed-test
/usr/bin/env: node: No such file or directory
$
Frikki commented
Did you install it with the global flag? npm install -g speed-test
johnmudd commented
No, but I just reran with the global flag. No change.
On Thu, Aug 20, 2015 at 4:48 PM, Frederik Krautwald <
notifications@github.com> wrote:
Did you install it with the global flag? npm install -g speed-test
—
Reply to this email directly or view it on GitHub
#10 (comment)
.
sindresorhus commented
johnmudd commented
Fixed it.
$ sudo ln -s "$(which nodejs)" /usr/bin/node
$