import runner from './Runner.js'; runner.runCommands(['node --version', 'npm --version', 'npm install --no-save'], () => { process.exit(0); });