Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error spawn /usr/lib/node_modules/atom-package-manager/bin/node ENOENT #1476

Closed
Hativ opened this issue May 29, 2017 · 2 comments
Closed

Error spawn /usr/lib/node_modules/atom-package-manager/bin/node ENOENT #1476

Hativ opened this issue May 29, 2017 · 2 comments
Labels

Comments

@Hativ
Copy link

Hativ commented May 29, 2017

If opening normal files, e.g. .txt, .log, .xml where I have no linter-plugin installed I get the following error message:

Failed to run undefined undefined
spawn /usr/lib/node_modules/atom-package-manager/bin/node
ENOENT

Image: http://i.imgur.com/U3oeEzM.png

No entry in developer console.

I identified linter as issue by disabling and re-enabling all plugins.

@steelbrain
Copy link
Owner

Hi @Hativ3

The problem is fixed by disabling Linter because Linter is the package that invokes other packages. If you disable linter, while keeping the faulty package enabled, that package will never be invoked and you'll think that the error is fixed.

Can you post the output of Linter: Debug command?

@Hativ
Copy link
Author

Hativ commented May 29, 2017

Ok, I identified the right package. linter-write-good is causing this, see AtomLinter/linter-write-good#30. Sorry for the trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants