Arnold L.
Arnold L.
Hello!, Having the same problem in react js app (typescript project). ```typescript import { machineIdSync } from 'node-machine-id'; const socket: SocketIOClient.Socket = connect(`${process.env.REACT_APP_SOCKET_IO_SERVER_URL}`, { query: { deviceId: machineIdSync() } });...
I'm not using electron, but Thanks for replying
Found a way to solve it but not sure it is the best way; I took the version (_3.4.2_) from **android\build.gradle**: ``` dependencies { classpath("com.android.tools.build:gradle:3.4.2") // NOTE: Do not place...