mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
s/troubles/problems/
This commit is contained in:
@@ -77,7 +77,7 @@ app.on('ready', function() {
|
||||
## I can not use jQuery/RequireJS/Meteor/AngularJS in Electron.
|
||||
|
||||
Due to the Node.js integration of Electron, there are some extra symbols
|
||||
inserted into the DOM like `module`, `exports`, `require`. This causes troubles for
|
||||
inserted into the DOM like `module`, `exports`, `require`. This causes problems for
|
||||
some libraries since they want to insert the symbols with the same names.
|
||||
|
||||
To solve this, you can turn off node integration in Electron:
|
||||
|
||||
Reference in New Issue
Block a user