sindresorhus/speed-test

node: No such file or directory?

johnmudd opened this issue · 4 comments

On Ubuntu 14.04:

$ speed-test 
/usr/bin/env: node: No such file or directory
$

Did you install it with the global flag? npm install -g speed-test

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)
.

Fixed it.

$ sudo ln -s "$(which nodejs)" /usr/bin/node
$