ViteでError: EISDIR: illegal operation on a directory, readって表示されるときは"workspaces": ["./"]をpackage.jsonに足すとよい

Viteを使っているとマシンによってビルドできなくて困っていた。 % npx vite -v vite/4.4.9 linux-x64 node-v18.17.1 % npm -v 10.1.0 % npm run dev > foobar@0.0.0 dev > vite error when starting dev server: Error: EISDIR: illegal operation on a directory, read at Object.readSync (node:fs:751:3) at tryReadSy…