javascript-tutorial / server

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

Can't start server #33

Closed ibragimof closed 5 years ago

ibragimof commented 5 years ago

I followed instruction in README. When I'm trying to start server with code w4@MSI MINGW64 /e/js/server (master) $ ./edit en I got this error (as well as for "./edit ru ru"): 'NODE_PRESERVE_SYMLINKS' is not recognized as an internal or external command, operable program or batch file.

iliakan commented 5 years ago

Why are you using mingw64, not native windows?

ibragimof commented 5 years ago

Because mingw64 is git default bash for windows and it much more prettier than CMD native console. Whatever it was, your way works. Thanks.

iliakan commented 5 years ago

It should work in mingw too.