Closed mcmxcdev closed 1 year ago
Perhaps modifying the name of nx and then installing is the best solution, such as modifying nx to nxx
# download ni
npx getcdn @antfu/ni
# change ni, nx => nxx, win: wsl sed ...
sed -i 's/"nx":/"nxx":/' ./cdn/@antfu/ni/package.json
# install ni
npm i -g ./cdn/@antfu/ni
# use nx, eg: ni -v
nxx ni -v
Hi :wave:
Also being affected by this. What about changing the command from nx
to something like nix
and those who want to use it as nx
can create an alias to it?
Same problem here. It would be great to update nx
to nix
as suggested by @joaosamouco or nxx
... or basically whatever does not conflict with Nx
Created #134 that implements the change from nx
to nix
if you guys agree. If you want to use something else instead of nix
, I can update the PR :+1:
Describe the bug
Unfortunately there is a conflict with https://nx.dev/ which leads to this message on install:
Reproduction
-
System Info
Used Package Manager
pnpm
Validations