const json = JSON.parse(require('fs').readFileSync("package.json")); require('child_process').spawn('npm', ['i', '-D', ...Object.keys(json.devDependencies)], {stdio: 'inherit', detached: true});