What should I do if my grails commands are doing literally nothing?
I am a beginner working on a grails project for my internship using grails 5.0.1.
Everything was working fine until the end of Friday when I went to tried to run ./grailsw run-app and nothing happened. The vertical text insertion line started blinking, now none of my grails commands work. I almost always use the grails wrapper, neither grails or ./grailsw work.
All of the other commands work though; Java, Gradle etc.
I am not sure what else to include, feel free to ask any questions.