Skip to content

GitHub repo for React course not showing a language #6239

Discussion options

You must be logged in to vote

It's because you have more than 100k files in your repo:

$ ls-files | wc -l
  147545
$

Linguist will not analyse a repo with more than 100k files for performance reasons.

Remove all the node_modules directories and you'll save yourself a lot of space, time, effort and get back your language stats.

ProTip: add this directory to a .gitignore file in your repo to prevent it accidentally being included in future commits.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by milan-mal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants