diff --git a/content/20240407155359 nodejs npmを Raspberry piにインストール.md b/content/20240407155359 nodejs npmを Raspberry piにインストール.md index 4f5a763..6b8fd81 100644 --- a/content/20240407155359 nodejs npmを Raspberry piにインストール.md +++ b/content/20240407155359 nodejs npmを Raspberry piにインストール.md @@ -11,5 +11,6 @@ $ 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)