We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8a79 commit 678393eCopy full SHA for 678393e
README.md
@@ -173,6 +173,10 @@ will watch for changes to the files and rebuild automatically.
173
If you add or remove any components from the Vector skin, you will need to rebuild
174
the skin's index by running, `npm run reskindex`.
175
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
+
180
Filing issues
181
=============
182
0 commit comments