I'm getting the same repeated prompt while trying to set up playwright in VSCode.
npm ERR! 2 warnings generated.
npm ERR! xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
npm ERR! make: *** [Release/sass.a] Error 72
npm ERR! *** ERR! build error
npm ERR! *** ERR! stack Error: make failed with exit code: 2
npm ERR! *** ERR! stack at ChildProcess.onExit (/Users/!/repos/Sia-dashboard/node_modules/node-***/lib/build.
clicking install on modal begins download and installation but process isn't completed, as when returning to VSCode to continue playwright setup, I get the same error messages again
Python is installed (Python 3.10.5), I have previously installed Xcode command line developer tools, so I'm not sure why I'm stuck in this loop.