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
I installed lintchecker and, as per Chapter 5, created the gruntfile.js but got the error in the title.
On checking the actual installed filename in Windows/ Users/u_name/AppData/Roaming/npm, I found that the name was 'lintcheck'.
This name works at the command prompt.
I changed the command in Gruntfile.js to: cmd: 'linkcheck http://localhost:3000'
grunt now works OK too
The text was updated successfully, but these errors were encountered:
tr2000
changed the title
'linkchecker' is not recognized as an internal or external command, operable program or batch file. - Windwos10
'linkchecker' is not recognized as an internal or external command, operable program or batch file. - Windows10
May 9, 2017
I installed lintchecker and, as per Chapter 5, created the gruntfile.js but got the error in the title.
On checking the actual installed filename in Windows/ Users/u_name/AppData/Roaming/npm, I found that the name was 'lintcheck'.
This name works at the command prompt.
I changed the command in Gruntfile.js to:
cmd: 'linkcheck http://localhost:3000'
grunt now works OK too
The text was updated successfully, but these errors were encountered: