Install globally module:
sudo npm install -g learnyounode How do I run it from the linux command line? In windows, you could simply enter the name if you connect it globally.
You can run it from the command line. You need to first run the command
rehash or open a new terminal window.
node -v from the command line, what is the result? - Mikhail VaysmanUpdating nodejs to the latest version solved the problem.
Source: https://ru.stackoverflow.com/questions/615304/
All Articles