This is a little convoluted to do, but it works and is worth it for MIDI 2.0 development with external devices.
Here are the steps:
1. GitHub download
2. Open in VS Code
3. Check for Node
4. Install Node Version Manager (nvm)
5. Choose Node 18
6. Install yarn package manager
7. Build with yarn
8. Launch MIDI 2.0 workbench with yarn
It comes from https://github.com/midi2-dev/MIDI2.0W...