cli icon indicating copy to clipboard operation
cli copied to clipboard

Running `heroku --version` gives `/usr/local/lib/heroku/bin/node: No such file or directory` as output

Open me-nkr opened this issue 3 years ago • 2 comments

I downloaded heroku cli installation tarball from official site. Extracted it to /usr/local/lib. Made a symlink to /usr/local/lib/heroku/bin/heroku at /usr/local/bin/heroku.

After that when I run the command heroku --version I am getting /usr/local/bin/heroku: line 44: /usr/local/lib/heroku/bin/node: No such file or directory this output.

Also ls /usr/local/lib/heroku/bin/ shows something named node in it.

I am using a raspberry pi 4 with 64bit Ubuntu server 20.04 with a gnome DE. I also have node installed.

me-nkr avatar Feb 19 '21 09:02 me-nkr