Hey everyone!
After executing the following commands:
- “$ npm config set prefix ~/.npm”
- “$ export PATH=”$HOME/.npm/bin:$PATH" "
The command “$ which discovery” does give the location of where discovery is located on my machine, if i understand that correctly at least, however whenever I restart my machine it no longer can find it and prohibits me from executing any discovery commands.
Does someone perhaps know what is going on here?