0
Yesterday when I opened my project Ionic the terminal asked to update, I gave yes and after that stopped working. Could not find the directory or something, searching the stack I saw a solution that said the problem was in Ionic -g root to be returning the node_modules of the users folder and not the global one. So the solution was to do the npm config set prefix usr/local command, I did it and now it’s worse it doesn’t recognize Ionic (bash: Ionic: command not found) It seems that this usr/local was for mac or linux. How to reverse this? and what would npm config set prefix be right for windows 10? Thanks!