79525115

Date: 2025-03-21 10:06:19
Score: 0.5
Natty:
Report link

@nx/workspace:run-commands is not an executor but is a generator.

You have to use it in commands like

nx g @nx/workspace:run-commands ...

The executor you want is, probably, nx:run-commands. It is the executor in the target generated by @nx/workspace:run-commands.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Emanuele Benedetti