We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening Fluorine, in 'dev tools' I'm consistently receiving
Uncaught ReferenceError: require is not defined at fluorine.renderer.js: 3
npm -v -> 6.4.1 node -v -> v10.15.3 Ubuntu -> 18.04
Possibly related Obviously this is low priority without an on-going competition, but this is just a heads-up.
The text was updated successfully, but these errors were encountered:
I'm guessing this is new in Electron 5, or something.
Sorry, something went wrong.
My PC's currently in a fairly poor state for dev work - can you try changing this line to read:
webPreferences: {zoomFactor: zoom_factor, nodeIntegration: true}
And let me know?
That worked
No branches or pull requests
When opening Fluorine, in 'dev tools' I'm consistently receiving
npm -v -> 6.4.1
node -v -> v10.15.3
Ubuntu -> 18.04
Possibly related
Obviously this is low priority without an on-going competition, but this is just a heads-up.
The text was updated successfully, but these errors were encountered: