Error creating Grails project in NetBeans

2

The error I have is the following:

Warning |
Unrecognized flag: non-interactive.
Resolving dependencies..
Error |
Specify an application name or use --inplace to create an application in the current directory

I am following the steps on the NetBeans page.

I have installed:

  • Grails 3.3.8.
  • Groovy 2.4.15.
  • NetBeans 8.2.

From console create a project using grails create-app helloworld and in this case it seems that there were no problems.

    
asked by FrEqDe 30.09.2018 в 22:13
source

1 answer

0

Effectively it does not work. I usually create the apps from the command line and then I use netbeans.

You can also try what they answer in this thread: link

    
answered by 03.01.2019 в 13:28