HI everyone,
Maybe someone could help me out here. When I opened atom yesterday, there were two updates available. It has happened before that these updates must be installed or otherwise the program stops working. But this time, there were also two deprecation warnings (I never saw one before) and now even after installing the updates, atom does not work. Anyone know how to fix this?
the deprecation messages are the following:
- Use
require("electron").shell
instead ofrequire("shell")
Object. - C:\Users\Tomás\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\shell.js:4:6
Object. - C:\Users\Tomás\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\shell.js:9:3
Module._compile - :11:149837
Object…js - :11:153385
Module.load - internal/modules/cjs/loader.js:815:32
Module._load - internal/modules/cjs/loader.js:727:14
- Use
require("electron").remote
instead ofrequire("remote")
Object. - C:\Users\Tomás\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\remote.js:4:6
Object. - C:\Users\Tomás\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\remote.js:11:3
Module._compile - :11:149837
Object…js - :11:153385
Module.load - internal/modules/cjs/loader.js:815:32
Module._load - internal/modules/cjs/loader.js:727:14