VSCode安装jshint插件报错

Mac电脑上使用VSCode安装jshint插件时提示以下错误:npm

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安装jshintspa

npm install -g jshint

而后点击重试,即大功告成插件

相关文章
相关标签/搜索