Requirement is to embed a terminal in Electron app wherein all commands which I can run from bash can be run in the embedded terminal too like vs-code editor.
Suppose I want to 'npm install' I want it to be possible through my embedded terminal too. Could anyone suggest possible solutions ?