[Solved] Where does ionic get installed in windows?

I’m having trouble adding ionic to my path because I cant find where it gets installed via npm. I don’t see a file I would expect in the main npm directory (where my cordova and phonegap binarys are already).

Any idea? This is on Windows 7.

Thanks!

I believe it depends on where you have nodeJS installed. See https://www.npmjs.org/doc/files/npm-folders.html

duuuudeman, thanks for that link. Apparently I was not installing it globally. This is fixed now.