-
If I have foo installed in node_modules in a dir, it seems like "npx foo@sometag" does NOT work in terms of running the other version. Is that expected? Basically I want to test the other version of foo in a project where the released version of foo is already installed.