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
  • 8,854
  • 7
  • 47
  • 53
pizzarob
  • 10,966
  • 5
  • 43
  • 65

0 Answers0