You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Pickacho
changed the title
inter-registry.js:155
shellcheck crash when starting atom.io - inter-registry.js:155
Jan 16, 2019
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.
Dear Landon,
Thank you for your answer,
I have performed the installation of
Linter-shellcheck package by scoop and received -"Done"
Also tried again by installing using the Atom package manager , same error
every time.
What logs you need?
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: