I successfully compiled .deb package without any errors. Then I installed it.
The Atom opens but I receive the error at start:
TypeError: Unable to watch path
at HandleWatcher.start (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:65:29)
at new HandleWatcher (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:29:12)
at new PathWatcher (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:119:30)
at Object.exports.watch (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:178:12)
at Config.module.exports.Config.observeUserConfig (/usr/share/atom/resources/app/src/config.js:90:109)
at Config.module.exports.Config.load (/usr/share/atom/resources/app/src/config.js:67:19)
at Atom.module.exports.Atom.startEditorWindow (/usr/share/atom/resources/app/src/atom.js:342:19)
at Object. (/usr/share/atom/resources/app/src/window-bootstrap.js:14:8)
at Object. (/usr/share/atom/resources/app/src/window-bootstrap.js:20:4)
at Module._compile (module.js:455:26)
at Object.Module._extensions..js (module.js:473:10)
at Module.load (/usr/share/atom/resources/app/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at window.onload (file:///usr/share/atom/resources/app/static/index.js:20:5)
What can cause the problem?
Reactions are currently unavailable
I successfully compiled .deb package without any errors. Then I installed it.
The Atom opens but I receive the error at start:
TypeError: Unable to watch path
at HandleWatcher.start (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:65:29)
at new HandleWatcher (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:29:12)
at new PathWatcher (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:119:30)
at Object.exports.watch (/usr/share/atom/resources/app/node_modules/pathwatcher/lib/main.js:178:12)
at Config.module.exports.Config.observeUserConfig (/usr/share/atom/resources/app/src/config.js:90:109)
at Config.module.exports.Config.load (/usr/share/atom/resources/app/src/config.js:67:19)
at Atom.module.exports.Atom.startEditorWindow (/usr/share/atom/resources/app/src/atom.js:342:19)
at Object. (/usr/share/atom/resources/app/src/window-bootstrap.js:14:8)
at Object. (/usr/share/atom/resources/app/src/window-bootstrap.js:20:4)
at Module._compile (module.js:455:26)
at Object.Module._extensions..js (module.js:473:10)
at Module.load (/usr/share/atom/resources/app/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:363:17)
at require (module.js:379:17)
at window.onload (file:///usr/share/atom/resources/app/static/index.js:20:5)
What can cause the problem?