Grails: Error occurred running Grails CLI: No profile found for name [web].
9 月.07, 2023 in General
1
2
3
4
5
6
7
8
9 > sdk env
Using java version 8.0.352-tem in this shell.
Using gradle version 5.1.1 in this shell.
Using grails version 4.0.3 in this shell.
> grails
| Error Error occurred running Grails CLI: No profile found for name [web]. (Use --stacktrace to see the full trace)
砍掉 build 目錄再跑一次就過關
1
2
3
4
5
6 > rm -rf build
| Resolving Dependencies. Please wait...
| Starting interactive mode...
| Enter a command name to run. Use TAB for completion:
grails>
Tags: Grails
Leave a Reply