問題タブ [codenarc]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
intellij-idea - CodeNarc のインストール方法
私はそのようなことに非常に慣れておらず、初心者として不十分なインストールチュートリアルを本当に理解できません。CodeNarc を追加したい Windows で IntelliJ IDEA を使用しています。Groovy、Codenarc jar、および SLF4J jar をダウンロードしました。次に、それをすべて外部ライブラリに追加し、IntelliJ ターミナルで「java org.codenarc.CodeNarc」を介して実行しようとしました。
しかし、それは言います:
GROOVY_JAR="C:\Program Files\Groovy\groovy-2.5.3\lib\groovy-2.5.3.jar" が環境変数に設定されています。
今何をすべきですか、それとも IntelliJ でより簡単に使用する方法はありますか?