tabler / tabler-icons

A set of over 5500 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.03k stars 899 forks source link

EMFILE: too many open files #931

Open fromtheeast710 opened 9 months ago

fromtheeast710 commented 9 months ago

I'm getting this error when importing Tabler icons for a Svelte project.

[vite] Pre-transform error: EMFILE: too many open files, open '/home/theeast/Projects/fromtheeast710.github.io/node_modules/.pnpm/@tabler+icons-svelte@2.42.0_svelte@4.2.8/node_modules/@tabler/icons-svelte/dist/svelte/defaultAttributes.js'
Sourcemap for "/home/theeast/Projects/fromtheeast710.github.io/node_modules/.pnpm/@tabler+icons-svelte@2.42.0_svelte@4.2.8/node_modules/@tabler/icons-svelte/dist/svelte/icons/IconShoeOff.svelte" points to missing source files

Even though I'm only importing 3 icons the error is shown for all icons in the package. This isn't a problem in my other project so I'm really confused.