LoginSignup
1
1

More than 3 years have passed since last update.

node_modulesをインストールして死にかけた話

Posted at

node_modulesをインストールして死にかけた話

React学習のため

ターミナル
$ npm install

npmをインストールしてwebpackやreactをインストールしたいとコマンドを実行。

無事node_modulesをインストール完了!これからパッケージのインストールしていくぞ!!

一旦Githubにコミットしておこう。

ところが。。

差分があまりにも大きすぎてGithubにコミットできないようになっていた。

エラー文を読解して理解した。

どうすればいいんだろう。初学者の私は必死で解決策を考えました。

あっ、そういえばgitignoreなるものがあったな
gitignore
node_modules

こちらを追加してgit commit

image.png

これでコミットできました。これからnode_modulesインストールする人は気をつけてください。Gitが潰れます。

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