Why would my play framework say wait for a .sbt lock to be available?

前端 未结 4 1136
情深已故
情深已故 2021-02-02 13:55
[Sally] $ run

[info] Updating {file:/Users/MyName/Desktop/sally/todolist/}Sally...
Waiting for lock on /Users/MyName/Documents/play-2.1.3/repository/.sbt.ivy.lock to be         


        
4条回答
  •  时光说笑
    2021-02-02 14:38

    Deleting the .lock file also works. But if you don't want to delete the lock file, you can unlock the file from the process which has the lock. If you are on windows, you can use a UI tool called "Unlocker" to do this (go to that file=>right click=>select unlocker).

提交回复
热议问题