You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since electron is not a browser and can handle all the node core modules, I would like to know if is possible to load node core modules and if it is, how?
In this scotch.io tutorial they use angular1 and electron with node-mysql (that require net node core module) and it's working fine.
Similar question #5324 but this time with Electron we are not limited to the browser.
The text was updated successfully, but these errors were encountered:
Versions.
@angular/cli: 1.0.0
Desired functionality.
Load node core modules inside application.
Question
Since electron is not a browser and can handle all the node core modules, I would like to know if is possible to load node core modules and if it is, how?
In this scotch.io tutorial they use angular1 and electron with node-mysql (that require net node core module) and it's working fine.
Similar question #5324 but this time with Electron we are not limited to the browser.
The text was updated successfully, but these errors were encountered: