Hacker News new | ask | show | jobs
by criddell 545 days ago
Was running Windows in a VM not an option?
1 comments

I tried Parallels with like three different accounts :)

But I also found that a native Windows machine throws a lot more errors than a VM. For example, having a sqlite3.dll ended up being critical on the Windows 10 machine but not on the Parallels VM. Not sure why!

SQLite is actually bundled with Windows as winsqlite. You can install your own copy if you want to take control of the version, but you usually don’t need to.