无法在Ubuntu 16.04上的Grails 3.1.12中创建应用程序

时间:2016-09-30 15:25:06

标签: grails

我在我的Ubuntu桌面16.04上安装了grails 3.1.12。当我提供create-app命令时,Grails会出现以下错误:

Error Command [create-app] error: Replace: source file /home/keshava/.config/google-chrome/SingletonCookie doesn't exist (Use --stacktrace to see the full trace)

我完全不知道为什么要寻找google-chrome cookie,它偶然作为该位置的符号链接存在:

lrwxrwxrwx 1 keshava keshava 20 Aug  7 18:17 .config/google-chrome/SingletonCookie -> 16987209158255805796

知道发生了什么事吗?我用谷歌搜索,没有找到答案。

1 个答案:

答案 0 :(得分:0)

我批准启动的grails会话中的create-app现已损坏(版本3.1.12,甚至最新的3.2.0)并且无法正常工作。

请在命令行表单$ grails create-app hello中使用它。 我已经验证,这有效。