Meteor not found on mac osx after an OS upgrade

I have been working on a meteor application for over 6 months occasionally upgrading the meteor by running meteor upgrade in the app directory. I decided to upgrade my mac pro which is my dev host to High Siera . Now when i type meteor in my application directory it says meteor not found. I do see all my packages and code in this directory. What am I missing ?

Thanks
Tom

Does it say that ‘meteor is not found’ or ‘You’re not in a Meteor project directory’?
If the first option, just try installing meteor again. If the latter, check that the ‘.meteor’ directory is still in your project folder.

Thanks ralof. I reinstalled and fixed my path , /usr/local/bin somehow was removed from my PATH in .bashrc.

Issue solved.

Thanks
Tom