Skip to content

Commit 678393e

Browse files
committed
Add note about file table overflows
1 parent 25d8a79 commit 678393e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ will watch for changes to the files and rebuild automatically.
173173
If you add or remove any components from the Vector skin, you will need to rebuild
174174
the skin's index by running, `npm run reskindex`.
175175
176+
If any of these steps error with, `file table overflow`, you are probably on a mac
177+
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.
178+
You'll need to do this in each new terminal you open before building vector.
179+
176180
Filing issues
177181
=============
178182

0 commit comments

Comments
 (0)