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
Hi,
I have installed latest version of nodejs and followed the installation process. Whenever I run
npm run desktop
it gives with this output.Is there any error in Electron Installation ? Thanks