workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.25k stars 1.84k forks source link

Path isues #704

Closed kingram6865 closed 4 years ago

kingram6865 commented 4 years ago
$ echo $PATH
/home/kingram/bin:/home/kingram/.nvm/versions/node/v12.11.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/kingram/bin
[18/5003] (kingram@apollo): 2020-04-24 01:04:41 ~/TUTORIALS
$ learnyournode
-bash: learnyournode: command not found

/home/kingram/.nvm/versions/node/v12.11.1/bin/learnyounode

No problems.

Thoughts?

martinheidegger commented 4 years ago

This is a typo. You tried to type learnyouRnode while its learnyounode. Good luck with the workshop!

kingram6865 commented 4 years ago

Thanks. Dumb mistake.

martinheidegger commented 4 years ago

No worries, happens to the best 👍 good luck!