I’m runnig learnyounode locally on my Linux Mint(problem with credit card).
I’m having this bug on first exercise ‘HELLO WORLD’.
When I run > learnyounode verify program.js it says that I passed test (#PASS Your solution to HELLO WORLD passed! ) and to type > learnyounode to get back to the menu, after i do that on the right side of HELLO WORLD highlighted area there is no COMPLETE and when i try to ignore this and go to the second exercise it’s getting me back to first one so I’m stuck.
Code in program.js is console.log(‘HELLO WORLD’);
program.js is in my project’s workspace.
Paste your entire script here and I’ll check it locally. Surround your code with three back ticks (found to the left of the 1 key on the top of US keyboards, sometimes call the “grave accent”) like this:
```
function awesomeCodeHere() {
//... lalalalalalala
}
```
» To print these instructions again, run: learnyounode print
» To execute your program in a test environment, run: learnyounode run
program.js
» To verify your program, run: learnyounode verify program.js
» For help run: learnyounode help `
Hm… It worked fine for me, but I’m only able to get node 7.3.0. It seems like there’s something very wrong with your install. I would uninstall learnyounode and reinstall. If that doesn’t work, I would open an issue on their GitHub page.