I'm on MacOS Monterey if i run ionic --version
outside of my users folder in /Users i get 6.20.1
. The same command inside of my users folder gives me 4.12.0
. Is this supposed to be like that?
Asked
Active
Viewed 101 times
1 Answers
1
You have one ionic
installed system-wide and one for the user. You can run $ which ionic
inside and outside the user's home directory to see the location of both of the binaries.

ruohola
- 21,987
- 6
- 62
- 97
-
with ```$ which ionic``` I get ```/usr/local/bin/ionic``` inside and outide of the folder. But maybe there is some non global installation – Huxel Jul 18 '22 at 15:19
-
1I ran npm uninstall without the -g flag inside the users folder and now it prompts the right installation. thank you – Huxel Jul 18 '22 at 15:21