~/pwd/electron-quick-start : npm start
Mac m1 12.6
npm 8.19.2
node v18.11.0
electron-quick-start@1.0.0 start
electron .
objc[87981]: Class WebSwapCGLLayer is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib (0x247f15b50) and /Users/pwd/electron-quick-start/node_modules/electron/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libGLESv2.dylib (0x10a3f2978). One of the two will be used. Which one is undefined.
I haven't changed any code at all. The Electron window still launches with "We are using Node.js 16.16.0, Chromium 106.0.5249.103, and Electron 21.1.1.".
Is something in my dev environment incorrect?