Skip to content

Jean-Pierre Lambelet

Il n'y a pas de questions bêtes

  • Programming tips
  • General tips
  • About
  • EN
    • FR
    • EN
MacBook Pro affichant du code

Photo de Arnold Francisca sur Unsplash

How to update Node.js on Ubuntu

August 3, 2026February 3, 2016 by Jean-Pierre Lambelet
sudo npm cache clean -f
sudo npm install -g n
sudo n stable

sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node 
Categories Ubuntu
Git sparse checkout: check out only one folder of a repository
Search for a file per name in the terminal

À propos

Jean-Pierre Lambelet est un développeur web suisse. Ce blog rassemble ses astuces et tutoriels sur PHP, Symfony, Drupal, Docker et l'outillage de développement front-end.

Recent Posts

  • Stopping a RAG chatbot from presenting stale information as current
  • Giving a chatbot live weather through LLM tool calling
  • RAG explained to my mum
  • A Chrome extension to find unanswered WhatsApp chats
  • LLM – System prompt – Prevent contact hallucination with a registry
  • FR
  • EN

Recent Posts

  • Stopping a RAG chatbot from presenting stale information as current
  • Giving a chatbot live weather through LLM tool calling
  • RAG explained to my mum
© 2026 Jean-Pierre Lambelet • RSS feed • Privacy Policy