Skip to content

Commit

Permalink
Merge pull request #113 from chirimen-oh/pin-version
Browse files Browse the repository at this point in the history
Node.jsバージョンの固定/バージョン管理ツールnの再導入
  • Loading branch information
kou029w authored Aug 9, 2021
2 parents 1e848b4 + 3e9c515 commit 6fa18fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,17 @@ sudo apt-get -y update
sudo apt-get -y upgrade

# 各種ツールをインストール
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get -y install fonts-noto-cjk uim uim-mozc nodejs apache2 arduino code vim emacs libnss3-tools
# インストール失敗しやすいので2回
sudo apt-get -y install fonts-noto-cjk uim uim-mozc nodejs apache2 arduino code vim emacs libnss3-tools
sudo apt-get -y autoremove

# Node.jsのバージョンの差異による不具合を防ぐ目的
sudo apt-mark hold nodejs

# 利用者のNode.jsのバージョン管理目的
sudo npm i n -g

# 日本語設定
# デフォルトの設定が en_GB.UTF-8 になっている
Expand Down

0 comments on commit 6fa18fe

Please sign in to comment.