Installing wp-env
Requires [[nvm]] and [[docker-compose]].
cd ~/dev/wp/myplugin
# Install and use the latest LTS node
nvm install --lts
nvm use lts/*
# Install wp-env as a global node LTS package
npm install --global @wordpress/env
# Now you can use it anytime
wp-env start