Create a local dev env by installing VMware Workstation Pro (free for personal use), git, and VSCode, and Vagrant
- Install Vagrant VMware Utility
- Install vagrant manually.
- Install vagrant plugins:
- vagrant plugin install vagrant-hostmanager
- vagrant plugin install vagrant-VMware-desktop
recognize the VMware provider 1
Footnotes
-
The common error is: "No usable default provider could be found for your system." Configure the following ENV var in the user scope: VAGRANT_DEFAULT_PROVIDER vmware_desktop ↩