1
1

More than 3 years have passed since last update.

nodeのバージョンを下げる@ubuntu18.04

Posted at

nodeの互換でエラーが出て困った

  • nodeを最新バージョンで入れていて、そのバージョンでアプリが動かない
  • その時の対処法のメモです。

そもそもnodeのインストール方法をメモ

全てのバージョンを確認する

sudo n ls-remote --all

試すバージョンを切り替える

sudo n 11.15.0
1
1
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
1
1