Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aliases.join is not a function #10193

Closed
laggingreflex opened this issue May 7, 2022 · 1 comment · Fixed by #10198
Closed

aliases.join is not a function #10193

laggingreflex opened this issue May 7, 2022 · 1 comment · Fixed by #10198
Labels
outdated scope: react Issues related to React support for Nx type: bug

Comments

@laggingreflex
Copy link

laggingreflex commented May 7, 2022

Current Behavior

Some command:

  • nx generate @nrwl/react:component --help
  • nx generate @nrwl/react:hook --help

throw this error:

aliases.join is not a function

Other commands work as expected, like @nrwl/react:lib --help. So probably a problem only with :component --help & :hook

Expected Behavior

Should display help.

Steps to Reproduce

  • Run nx g @nrwl/react:component --help
  • Or nx g @nrwl/react:hook --help

Failure Logs

aliases.join is not a function

Environment


   Node : 18.1.0
   OS   : linux x64
   npm  : 8.8.0

   nx : 14.1.1
   @nrwl/angular : Not Found
   @nrwl/cypress : 14.1.1
   @nrwl/detox : Not Found
   @nrwl/devkit : 14.1.1
   @nrwl/eslint-plugin-nx : 14.1.1
   @nrwl/express : Not Found
   @nrwl/jest : 14.1.1
   @nrwl/js : 14.1.1
   @nrwl/linter : 14.1.1
   @nrwl/nest : Not Found
   @nrwl/next : Not Found
   @nrwl/node : Not Found
   @nrwl/nx-cloud : Not Found
   @nrwl/nx-plugin : Not Found
   @nrwl/react : 14.1.1
   @nrwl/react-native : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : 14.1.1
   @nrwl/web : 14.1.1
   @nrwl/workspace : 14.1.1
   typescript : 4.6.4
   rxjs : 6.6.7
   ---------------------------------------
   Community plugins:
@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated scope: react Issues related to React support for Nx type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants