You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm trying to test it with hygen-add, but I'm getting the following error:
> hygen-add axum-podman
Can't add hygen-axum-podman [Error: ENOENT: no such file or directory, scandir 'node_modules/hygen-axum-podman/_templates'] { errno: -2, code: 'ENOENT', syscall: 'scandir', path: 'node_modules/hygen-axum-podman/_templates'}
If I create node_modules/hygen-axum-podman/_templates with mkdir, hygen-add manages to download the template, but then npx hygen is unable to use it. Any ideas?
The text was updated successfully, but these errors were encountered:
italomaia
changed the title
Unable to load my generator
[support] Unable to load my generator
Sep 27, 2024
I recently created a generator: https://github.com/italomaia/hygen-axum-podman-template
Now I'm trying to test it with
hygen-add
, but I'm getting the following error:If I create
node_modules/hygen-axum-podman/_templates
with mkdir, hygen-add manages to download the template, but thennpx hygen
is unable to use it. Any ideas?The text was updated successfully, but these errors were encountered: