/ / IntelliJ IDEA में एक SBT प्रोजेक्ट खोलने के दौरान "प्रोजेक्ट रिफ्रेश फेल एरर" - scala

IntelliJ IDEA - स्कैला में एक एसबीटी प्रोजेक्ट खोलते समय "प्रोजेक्ट रीफ्रेश विफल त्रुटि"

मैं MAC OS High Sierra 10.13.1 पर IntelliJ IDEA 2017.2.5 का उपयोग कर रहा हूं

नीचे त्रुटि लॉग है:

Error:Error while importing SBT project:
...
[error]     at sbt.MainLoop$.$anonfun$runWithNewLog$1(MainLoop.scala:107)
[error]     at sbt.io.Using.apply(Using.scala:22)
[error]     at sbt.MainLoop$.runWithNewLog(MainLoop.scala:101)
[error]     at sbt.MainLoop$.runAndClearLast(MainLoop.scala:57)
[error]     at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:42)
[error]     at sbt.MainLoop$.runLogged(MainLoop.scala:34)
[error]     at sbt.StandardMain$.runManaged(Main.scala:113)
[error]     at sbt.xMain.run(Main.scala:76)
[error]     at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
[error]     at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
[error]     at xsbt.boot.Launch$.run(Launch.scala:109)
[error]     at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
[error]     at xsbt.boot.Launch$.launch(Launch.scala:117)
[error]     at xsbt.boot.Launch$.apply(Launch.scala:18)
[error]     at xsbt.boot.Boot$.runImpl(Boot.scala:41)
[error]     at xsbt.boot.Boot$.main(Boot.scala:17)
[error]     at xsbt.boot.Boot.main(Boot.scala)
[error] java.lang.ClassNotFoundException: org.jetbrains.sbt.CreateTasks$
[error] Use "last" for the full log.
[info] shutting down server

उत्तर:

जवाब के लिए 0 № 1

SBT सेटिंग्स में (दाईं ओर-किनारे SBT टैब खोलें, गियर आइकन पर क्लिक करें), [X] "बिल्ड और इम्पोर्ट के लिए SBT शेल का उपयोग करें" चेक किया।