1

Is it possible to run an NPM module that I have installed globally in a packaged electron app? According to the docs Electron supports native node modules but doesn't explicitly say it doesn't support non-native. I am trying to run a tessel script via electron and am using a child process to spawn the tessel script. It works when I run electron from the command line, but not when I package the app.

Error: spawn tessel ENOENT
Jon Surrell
  • 9,444
  • 8
  • 48
  • 54
pizzarob
  • 11,711
  • 6
  • 48
  • 69

0 Answers0