From 2b4d2b9e988533d942219058564fc2b63826fe04 Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi5)" Date: Sun, 7 Apr 2024 16:37:08 +0900 Subject: [PATCH] sync notes(auto) --- content/20240324102024 Umamiのインストール.md | 3 ++- ...0407155359 nodejs npmを Raspberry piにインストール.md | 9 +-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/content/20240324102024 Umamiのインストール.md b/content/20240324102024 Umamiのインストール.md index 05cc9b4..a073eca 100644 --- a/content/20240324102024 Umamiのインストール.md +++ b/content/20240324102024 Umamiのインストール.md @@ -3,7 +3,8 @@ [Umami](https://umami.is/) はアクセス解析。cookieとかを使わない。 -ここに書いてある通りにやる: [Docs: Installation – Umami](https://umami.is/docs/install) が、gitではなく。リリー +ここに書いてある通りにやる: [Docs: Installation – Umami](https://umami.is/docs/install) が、gitではなくリリース版を使う。 + データベースは MariaDBを入れた: [[20240324102510 MySQL MariaDBのインストール]] diff --git a/content/20240407155359 nodejs npmを Raspberry piにインストール.md b/content/20240407155359 nodejs npmを Raspberry piにインストール.md index 5ba7fa2..abb481e 100644 --- a/content/20240407155359 nodejs npmを Raspberry piにインストール.md +++ b/content/20240407155359 nodejs npmを Raspberry piにインストール.md @@ -2,13 +2,6 @@ #nodejs #raspberrypi #npm aptでインストールするとバージョンが古い。 -下記に書いてあるとおりの作業をした。 -``` -$ sudo apt install -y nodejs npm -$ sudo npm install n -g -$ sudo n stable -$ sudo apt purge -y nodejs npm -$ sudo apt autoremove -y -``` + ## Ref. - [【2023年4月版】Ubuntu に node.js と npm を入れたい(バージョン管理も) #Node.js - Qiita](https://qiita.com/nouernet/items/d6ad4d5f4f08857644de)