I accidentally changed the npm prefix to a place that doesn't exist. Is there a configuration file I can access that would allow me to change this back?
The only options I can think of are:
- Completely Uninstall Node (npm not responding after changing the prefix)
- I guess I could create the directories that don't exist and move the npm files there.
But it seems like there should be a config file I can change somewhere, right?