Mac電腦上使用VSCode安裝jshint插件時提示如下錯誤:
Failed to load jshint library. Please install jshint in your workspace folder using 'npm install jshint' or globally using 'npm install -g jshint' and then press Retry.

按照提示,使用npm安裝jshint
npm install -g jshint

然后點擊重試,即大功告成
