I have used the theme-generator to create a fresh theme.
Now I've created a second theme in the same directory and tried to set it's base/parent theme using gulp extend
as explained on these pages:
https://github.com/liferay/liferay-theme-tasks https://dev.liferay.com/de/develop/reference/-/knowledge_base/7-0/theme-gulp-tasks
After running the command and choosing option 1)
to extend the Base Theme , I get the following options:
- Styled
- Unstyled
- Search globally installed npm modules (development purposes only)
- Search npm registry (published modules)
No matter if I choose 3)
or 4)
I cannot find the theme package.
Do I really have to publish the theme to npm to be able to find it?