dicengine / dicegui

The corresponding desktop application GUI for the DICe code
Other
12 stars 16 forks source link

Hotfix for issue #11 for undefined 'require()' #13

Closed manpan-1 closed 4 years ago

manpan-1 commented 4 years ago

An incompatibility with the newer versions os electron emerged, since the default value os the variable 'nodeIntegration' was changed to false, causing problems with the function 'require()' which is found on the server side node.

The issue was solved by explicitly definint the variable to 'true' in main.js