mastodon-japan.net は、数々の独立したMastodonサーバーのうちのひとつです。サーバーに登録してFediverseのコミュニティに加わってみませんか。
こちらはMastodon Japan Server、日本居住および日本語話者向けの汎用サーバーです。 ただし日本国外居住者及び非日本語話者を除外するものではありません。ルール(利用規約)をご確認の上で平和に遊ぼう。

サーバーの情報

2.1K
人のアクティブユーザー

nilab

Ubuntu に Node.js v20 をインストール。

$ curl -fsSL deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs

$ node --version
v20.11.1

$ npm --version
10.2.4

$ cat /etc/apt/sources.list.d/nodesource.list
deb [arch=amd64 signed-by=/usr/share/keyrings/nodesource.gpg] deb.nodesource.com/node_20.x nodistro main

"This repository contains the instructions to install the NodeSource Node.js Binary Distributions via .rpm and .deb as well as their setup and support scripts."

GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions github.com/nodesource/distribu

GitHubGitHub - nodesource/distributions: NodeSource Node.js Binary DistributionsNodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub.