• 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

      Getting notified when Claude Code or Codex CLI needs you, anywhere in tmux

      July 15, 2026 6 minute read

      I run Claude Code and Codex CLI in several tmux panes at once, spread across multiple windows. When one finishes a response or hits a permission prompt, I wa...

      Docker permission denied over SSH on Ubuntu (AppArmor and empty groups)

      June 28, 2026 2 minute read

      I run Docker on a hardened Ubuntu 24.04 VPS. halil is in the docker group, and everything works fine on the console. Over SSH, though, docker ps failed with ...

      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

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