I'm quite new to CodeLite and I cannot find a way to fix one problem when using node.js.
I'm trying to run this example:
https://medium.com/@nahoc/lets-build-a- ... 888747891b
Where it changes the package.js to use the Electron package.
But, When running the CodeLite, it is shows:
Code: Select all
➜ ~ /private/tmp/codelite-exec.sh; exit
internal/modules/cjs/loader.js:628
throw err;
^
Error: Cannot find module 'electron'
Or I'm doing something wrong here?