backend.ai-webui
backend.ai-webui copied to clipboard
Change package manager from npm to yarn
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
npm is super package manager but it parses so many dependencies on the fly. Let's test yarn and migrate if it works / reduces dependency hell.
If you want to reduce dependency hell, how about consider using pnpm? It might helpful for reducing disk space and dependency complexity.