NI-Lab.

nilog:

← 前の日 2024-02-16 次の日 →
← 一年前 一年後 →
Mastodon (2024-02-16)

"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


[Mastodon] 2024-02-16 08:34:16
関連するかも情報

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


[Mastodon] 2024-02-16 08:33:06

"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


[Mastodon] 2024-02-16 08:34:16

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

$ nodebrew ls-all | grep v20
v20.0.0 v20.1.0 v20.2.0 v20.3.0 v20.3.1 v20.4.0 v20.5.0 v20.5.1
v20.6.0 v20.6.1 v20.7.0 v20.8.0 v20.8.1 v20.9.0 v20.10.0 v20.11.0
v20.11.1

$ nodebrew install v20.11.1

$ nodebrew use v20.11.1
use v20.11.1

$ node --version
v20.11.1

$ npm --version
10.2.4


[Mastodon] 2024-02-16 08:37:40

nodebrew は手軽に使えてありがたい。

GitHub - hokaccha/nodebrew: Node.js version manager github.com/hokaccha/nodebrew


[Mastodon] 2024-02-16 08:38:29

「npm outdated と実行すると package.json に記載されているパッケージのアップデート情報を教えてくれます」
「npm install <package> で再度パッケージをインストールする」

package.json に記載されているパッケージのバージョンアップ方法 【 npm-check-updates, outdated 】 - Qiita qiita.com/sugurutakahashi12345


[Mastodon] 2024-02-16 08:46:51

npm install --save <package> じゃないと package.json が更新されないみたい。


[Mastodon] 2024-02-16 08:49:16

「88:ハイル・ヒトラー (Heil Hitler) のイニシャルを意味する隠語で、Hがアルファベットの8番目であることから。ネオナチや人種差別主義者が14 Wordsなどと共に用いる」

88 - Wikipedia ja.wikipedia.org/wiki/88


[Mastodon] 2024-02-16 20:09:59
2024年02年16日のnilogをすべて表示する

- NI-Lab.
- Mastodon (@nilab@mastodon-japan.net)
- Twitter (@nilab)
- Timelog (@nilab)
- はてなブックマーク (id:nilab)

Web Services by Yahoo! JAPAN