webstrom报please specify path to jscs'package 是怎么回事

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webstrom报please specify path to jscs'package 是怎么回事相关的知识,希望对你有一定的参考价值。

先说我的解决办法,思路是把Jscs代码检查工具关掉,使用Eslint来替代。

    在命令行(终端)下输入,npm install eslint -g

    在setting里面找到ESLint,给enable画上勾,设置path

    3. 给上图中的JSCS去掉enable,如果JSHint有,也去掉enable。

    ---------------------分割线---------------------------------------------

    一开始install jscs,引入路径发现还是报错找不到jscs,后来想一下换成其他的工具行不行,发现可以。希望能对各位有所帮助

参考技术A 你在Webstorm 用 jscs 清理格式化你开发的 javascript 编码时 忘记 添加设置 jscs 包的路径了!

jscs path [path]追答

请采纳

本回答被提问者采纳
参考技术B

点一下就好了

以上是关于webstrom报please specify path to jscs'package 是怎么回事的主要内容,如果未能解决你的问题,请参考以下文章

idea scala 报 with UTF-8 Please try specifying another one using the -encoding option

FlinkNo cluster id was specified. Please specify a cluster to which you would like to connect

pycharm 报错:pycharm please specify a different SDK name

spark Failed to get main class in JAR with error null . Please specify one with --class.

vsftp 331 Please specify the password.

pycharm please specify a different SDK name的解决办法