0
0

More than 1 year has passed since last update.

超爆速でNode.js開発環境構築する

Last updated at Posted at 2021-11-10

やりたいこと

複数のNode.jsバージョンが混在可能な開発環境を構築したい。

解決策

Voltaをインストールしましょう。

Linuxの場合

ターミナル
curl https://get.volta.sh | bash
volta setup
volta install node@16

上手く行かない場合はターミナルを再起動しましょう。

ターミナル
# バージョン表示されればOKです。
volta -v
node -v
npm -v

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0