Hey,
I get the same error on Linux Manjaro:
Error: TypeError: Cannot read property ‘ignoreErrors’
This is part of my local-lightning.log
file:
{"thread":"main","class":"WordPressInstaller","stack":"Error: TypeError: Cannot read property 'ignoreErrors' of undefined\n at WordPressInstaller.<anonymous> (/opt/Local/resources/app.asar/main/sites/wp/WordPressInstaller.js:1:18597)\n at Generator.throw (<anonymous>)\n at _0x4164cc (/opt/Local/resources/app.asar/main/sites/wp/WordPressInstaller.js:1:5807)","level":"error","message":"Error installing WordPress","timestamp":"2019-09-28T15:20:35.693Z"}
{"thread":"main","reason":{"message":"TypeError: Cannot read property 'ignoreErrors' of undefined","stack":"Error: TypeError: Cannot read property 'ignoreErrors' of undefined\n at WordPressInstaller.<anonymous> (/opt/Local/resources/app.asar/main/sites/wp/WordPressInstaller.js:1:18597)\n at Generator.throw (<anonymous>)\n at _0x4164cc (/opt/Local/resources/app.asar/main/sites/wp/WordPressInstaller.js:1:5807)"},"p":{},"level":"warn","message":"Unhandled Rejection.","timestamp":"2019-09-28T15:24:26.317Z"}
{"thread":"main","class":"Process","process":"nginx","pid":28087,"level":"info","message":"Killing process","timestamp":"2019-09-28T15:25:32.449Z"}
{"thread":"main","class":"Process","process":"mysql","pid":28090,"level":"info","message":"Killing process","timestamp":"2019-09-28T15:25:32.450Z"}
{"thread":"main","class":"Process","process":"mailhog","pid":28094,"level":"info","message":"Killing process","timestamp":"2019-09-28T15:25:32.450Z"}
{"thread":"main","class":"Process","process":"nginx","pid":28108,"level":"info","message":"Killing process","timestamp":"2019-09-28T15:25:32.451Z"}
I’ve installed the following packages:
- local
- ncurses5-compat-libs
- libaio
And also changed permissions like this:
sudo chown root:root /opt/Local/chrome-sandbox
sudo chmod 4755 /opt/Local/chrome-sandbox
local-lightning.log (34.3 KB)