Exp Command not found

After installing exp cli in my machine i try to use alias exp but it cannot recognize it…
Anyway, i have exp in my %appdata%/Roaming/npm/node_modules/exp

This might be a PATH issue or something similar. What platform are you on? Windows?

Do other programs you install with npm work?

Windows yes, actually exp is the only one i have

You basically just need to figure out how to run programs that you install with npm install -g, but its hard to say exactly how to do that without looking at your system.

One workaround might be: If you can figure out where the binary is being installed to, you could just type out that entire path.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.