• Skip to primary navigation
  • Skip to content
  • Skip to footer
Hello World

      Working with nodejs on Debian / Beaglebone. Node: no such file or directory

      January 16, 2015 less than 1 minute read

      This is due to package manager naming issue. Node should be installed as node, not nodejs. All you need to do is link nodejs to node:

      sudo ln -s /usr/bin/nodejs /usr/bin/node
      

      You’re good to go!

      Tags: nodejs

      Categories: BeagleBone, Linux

      Updated: January 16, 2015

      Share on

      X Facebook LinkedIn Bluesky
      Previous Next

      Comments

      You May Also Enjoy

      ESP32 Atom M5Stack connection issues with Home Assistant

      July 1, 2025 1 minute read

      I recently upgraded to an Asus ZenWifi XT9 mesh system with one main router and one mesh node. After setting up the mesh network, I needed to reconfigure all...

      Connecting back home with OpenVPN

      July 5, 2023 1 minute read

      I use OpenVPN server from my router to connect back home. I imported my OpenVPN config to Pritunl and tried to connect. It fails with

      Updating apt packages when root certificates are expired

      June 18, 2023 less than 1 minute read

      When you left a computer unplugged for too long, some things start to break. Certificates are one of them. Since all certificates come with an expiration dat...

      How to fix faded text in books sent to Kindle by Calibre

      May 24, 2022 less than 1 minute read

      The book I have in calibre has some sections in faded text. It’s impossible to read. It seems I’m not the only one, as I’ve seen some posts on the internet.

      • Feed
      © 2025 Hello World. Powered by Jekyll & Minimal Mistakes.