I have read through a lot of posts regarding command not found
error messages in the terminal but I can't find any specific to surge
.
I am running into an error when using the surge
command in my terminal. I ran npm install --global surge
in my terminal and everything looks okay, but when I run the command surge
it returns command not found
.
The other npm
packages on my computer work fine. I tested create-react-app
and no errors. I am somewhat new to this, any advice would be appreciated!!
Thanks and cheers!!