I have my main computer which is running linux where a standard electron application is located. I have the electron folder being shared through samba to another linux computer. On my main computer when I run npm start it runs like normal. When I try to run it on my testing VM it gives this error.
$ npm start
> app@0.0.1 start
> electron .
sh: 1: electron: not found