vscode报错:Failed to load jshint library.

报错描述: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
重启vscode就不会出现报错了;

参考---https://blog.csdn.net/szh1127249432/article/details/107197833

原文地址:https://www.cnblogs.com/pwindy/p/14591527.html