Replies: 1 comment 2 replies
|
The README shows the exact config for this: in |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a command running using NPX. When I run it via RTK prefix, I get:
It seems that RTK prepends something, because the command without RTK runs OK.
I had to add into config:
which excludes whole npx.
Is there a way, how to exclude only the specific one command with package, not whole npx. I tried to copied whole command, but did not work.
All reactions