UNPKG

@jitsi/electron-sdk

Version:
11 lines (9 loc) 283 B
const { spawnSync } = require('child_process'); const process = require('process'); if (process.platform === 'win32') { spawnSync('npm.cmd', ['run', 'node-gyp-build'], { input: 'win32 detected. Ensure native code prebuild or rebuild it', shell: true, stdio: 'inherit' }); }