plone / cookieplone

Create Plone projects, addons, documentation with ease!
MIT License
5 stars 2 forks source link

error when using volto_addon option, reinstalling cookiecutter-plone #12

Closed animus888 closed 5 months ago

animus888 commented 6 months ago
pipx install cookieplone
  installed package cookieplone 0.5.0, installed using Python 3.10.12
  These apps are now globally available
    - cookieplone

pipx run cookieplone volto_addon

...

You've downloaded /home/<MYUSERNAME>/.cookiecutters/cookiecutter-plone before. 
Is it okay to delete and re-download it? [y/n] (y): y
ERROR: git clone failed with error: fatal: empty string is not a valid pathspec. 
please use . instead if you meant to match all paths

Shouldn't cookiecutter-volto be installed, if I choose to create a volto-addon ?

animus888 commented 5 months ago

works now with pipx run cookieplone frontend_addon :+1: