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
I am working on windows machine.
I installed nodejs using fnm install --lts
and I tried to run npx, not work, fnm exec --using=24 npx --help
but fnm exec --using=24 node --help is ok.
I am working on windows machine.
I installed nodejs using
fnm install --ltsand I tried to run npx, not work,
fnm exec --using=24 npx --helpbut
fnm exec --using=24 node --helpis ok.