I am a current student at the EPFL functional programming in SCALA course on coursera. I have successfully passed the first course by submitting my assignments via sbt with no issues until now.
When I tried to submit the 'calculator' assignment with my generated token, I get error messages like
Set current project to src (in build file:/C:/Users/user/Desktop/cousera%20class/calculator/calculator/src/)
submit [error] Not a valid command: submit (similar: set) [error] Not a valid project ID: submit [error] Expected ':' (if selecting a configuration) [error] Not a valid key: submit [error] submit
Please who's faced this challenge in the past? I need help
You are likely running
sbt
in the wrong directory.Make sure you are running
sbt
command in the directory that contains the source code (src/), and build file (build.sbt). Then, run the submit command: