#NodeShellProvider
#Import
1import { NodeShellProvider } from "alepha/system";
#Overview
Node.js implementation of ShellProvider.
Executes shell commands using Node.js child_process module.
Supports binary resolution from node_modules/.bin for local packages.