Joey Hua
Joey Hua
+1,请问你解决了吗
> node版本:8.1.1 > "babel-plugin-import": "^1.6.2", > 最近删除依赖重新拉取之后,报以下错误 > return {...pluginState.selectedMethods[methodName]}; > ^^^ > SyntaxError: Unexpected token ... > 请教一下如何解决 解决了,在package.json中把babel-plugin-import版本号固定一下就好了,我是用的1.6.3,你试试把^1.6.2前边的^去掉
> Just a commment though. lombok.Data should create a no args constructor automagically. I suspect it's not a code problem. > > @DaTa > > @huajiayi Can you confirm you...
> Then for permanent solution what to do should I help. [https://github.com/TheoKanning/openai-java/pull/151](https://github.com/TheoKanning/openai-java/pull/151) seems like someone have submitted a pr for this issue.