node function
Implementation
Future<void> node(IShell shell, String command) async {
shell.requireCommand('node');
_log.info('Running Node command...');
await shell.run('node $command');
}
Future<void> node(IShell shell, String command) async {
shell.requireCommand('node');
_log.info('Running Node command...');
await shell.run('node $command');
}