tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.04k stars 1.26k forks source link

vite error: no such file or directory @heroicons/react/outline/esm/index.js #772

Closed kidylee closed 1 year ago

kidylee commented 1 year ago

vite + typescript + @heroicons/react 2.0.8

3:50:01 PM [vite] error while updating dependencies:
Error: ENOENT: no such file or directory, open '*/node_modules/@heroicons/react/outline/esm/index.js'
    at Object.openSync (node:fs:585:3)
    at Object.readFileSync (node:fs:453:35)
kidylee commented 1 year ago

After clean folders, it works now.