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
If using pnpm as a package manager I believe the hygen command can't find local templates
command pnpm hygen Component new Navigator
or npx hygen Component new Navigator
error message...
Loaded templates: node_modules/.pnpm/[email protected]/node_modules/hygen/src/templates
Error: I can't find action 'new' for generator 'Component'.
You can try:
1. 'hygen init self' to initialize your project, and
2. 'hygen generator new --name Component' to build the generator you wanted.
Check out the quickstart for more: http://www.hygen.io/docs/quick-start
Hygen v6.2.10
Available actions:
init: init repo, init self
same command when dependencies are installed using yarn in same project works
The text was updated successfully, but these errors were encountered:
If using pnpm as a package manager I believe the hygen command can't find local templates
command
pnpm hygen Component new Navigator
or
npx hygen Component new Navigator
error message...
same command when dependencies are installed using yarn in same project works
The text was updated successfully, but these errors were encountered: