Ubuntu2004/Node.js
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Ubuntu2004/Node.js);
*目次 [#w9474e14]
#contents
*関連ページ [#rf050dd1]
*参考情報 [#gaf4a73d]
*最新版のNode.jsを使う [#f080e1ce]
-標準はv10.0?
-[[Ubuntu 20.04にNode.jsをインストールする方法 | DigitalO...
-いくつかあるがnodesource PPAを使う方法を採用した。
#pre{{
cd ~
curl -sL https://deb.nodesource.com/setup_16.x -o nodesou...
nano nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
node -v
}}
-これでv16がインストールされれば成功。
終了行:
&tag(Ubuntu2004/Node.js);
*目次 [#w9474e14]
#contents
*関連ページ [#rf050dd1]
*参考情報 [#gaf4a73d]
*最新版のNode.jsを使う [#f080e1ce]
-標準はv10.0?
-[[Ubuntu 20.04にNode.jsをインストールする方法 | DigitalO...
-いくつかあるがnodesource PPAを使う方法を採用した。
#pre{{
cd ~
curl -sL https://deb.nodesource.com/setup_16.x -o nodesou...
nano nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
node -v
}}
-これでv16がインストールされれば成功。
ページ名: