s/troubles/problems/
This commit is contained in:
parent
5acfa8611a
commit
01980dea11
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue