javascript-tutorial / server

Server for the Modern Javascript Tutorial
https://javascript.info
Other
452 stars 138 forks source link

Instruction regarding Language-Specific-Repo is not right #77

Closed Showrin closed 3 years ago

Showrin commented 3 years ago

In the installation section, at point no 5, it's been said to clone the language repo (for example, bn.javascript.info) in js/server/repo/ directory. I did so. But when I ran ./edit bn, it was throwing an error that was:

Error: ENOENT: no such file or directory, lstat 'F:\............\js\bn.javascript.info'

Then I cloned the repo again in the js folder. And then my server started running without any problem. So this is the problem I faced. I think instruction in the readme section should be changed.

iliakan commented 3 years ago

Please git pull the latest code. Fixed.

iliakan commented 3 years ago

Thanks for the report!