plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

impossible to create an addon #82

Open mattourlo opened 2 years ago

mattourlo commented 2 years ago

Description

I was trying to create a new addon, but my attempt got invalidated due to an error that i struggle to fix.

What I Did

i ran: plonecli create addon example

the output is shown below:

RUN: bobtemplates.plone:addon -O example

Welcome to mr.bob interactive mode. Before we generate directory structure, some questions need to be answered.

Answer with a question mark to display help. Values in square brackets at the end of the questions show the default value if there is no answer.

--> Author's name [FakeGitUserOrEmail]: free(): invalid pointer Error (core dump created)

MrTango commented 1 year ago

do you still have this issue? There was an issue in earlier release, with packages without namespaces. Most packages have a namespace like this collective.example instead of example. But it should work in newer releases. Please also provide the output of plonecli -V. Make sure you have to most recent versions of plonecli and bobtemplates.plone.