Module builder would not install on macOS 12.5 with node v18.6.0 by doing just `npm install` Had to do `npm install --legacy-peer-deps` to get it to work.