MLH-Fellowship / nodemaker

Desktop app and CLI utility for auto‑generating n8n nodes
MIT License
26 stars 0 forks source link

Error in Launching Desktop App #122

Open officialasit opened 4 years ago

officialasit commented 4 years ago

Hi,

I have installed latest version of nodejs and followed the installation process. Whenever I run npm run desktop it gives with this output.

Type checking in progress...

  App running at:
  - Local:   http://localhost:8080/
  - Network: http://192.168.31.137:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

⠴  Bundling main process...

 DONE  Compiled successfully in 4422ms                                2:25:26 AM

  File                      Size                     Gzipped

  dist_electron/index.js    1011.23 KiB              214.29 KiB

  Images and other types of assets omitted.

 INFO  Launching Electron...
/home/ubuntu/nodemaker/client/node_modules/electron/dist/electron: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

Is there any error in Electron Installation ? Thanks

officialasit commented 4 years ago

Im having this error in Ubuntu 16 Server. I tried it on windows and it works fine there