feedhenry / nodeschool

Node.js / Server side JavaScript development course curated by Red Hat Mobile
2 stars 7 forks source link

Correct typo in bash script for node code " vs ' in bash line for node code… #13

Closed rludva closed 7 years ago

rludva commented 7 years ago

The previous code was not correctly interpreted by bash and node..

rludva commented 7 years ago

It is strange that in Windows the code: node -e "console.log('abc') is ok, and abc is printed, but the same code in Linux terminal in Fedora is not ok.. only: $ node -e 'console.log("abc")' is fine.

AdamSaleh commented 7 years ago

Thanks! I didn't use bash when I checked the setup commands.