Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

shellcheck crash when starting atom.io - inter-registry.js:155 #129

Open
Pickacho opened this issue Jan 16, 2019 · 3 comments
Open

shellcheck crash when starting atom.io - inter-registry.js:155 #129

Pickacho opened this issue Jan 16, 2019 · 3 comments
Labels

Comments

@Pickacho
Copy link

Pickacho commented Jan 16, 2019

C:\Users\*Myusername*\.atom\packages\linter\lib\linter-registry.js:155 [Linter] Error running ShellCheck Error: Failed to spawn command `shellcheck`. Make sure `shellcheck` is installed and on your PATH
    at C:\Users\*Myusername*\.atom\packages\linter-shellcheck\node_modules\atom-linter\lib\helpers.js:130:24
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
@Pickacho Pickacho changed the title inter-registry.js:155 shellcheck crash when starting atom.io - inter-registry.js:155 Jan 16, 2019
@Arcanemagus
Copy link
Member

As explained in the Installation section of the README, you need to have shellcheck installed on your system before you can use it in Atom through this package.

@Pickacho
Copy link
Author

Pickacho commented Jan 16, 2019 via email

@Arcanemagus
Copy link
Member

Has this scoop package manager added the location it installed shellcheck to into your %PATH%? You should be able to open a Command Prompt and run where.exe shellcheck and get the location where it is installed.

You might need to close the shell and re-open it for that to work.

If it is returning a path there the next thing to try would be to close all instances of Atom, then opening a new one.

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

No branches or pull requests

2 participants