19 things I learnt reading the Node.js docs(medium.com)
medium.com
19 things I learnt reading the Node.js docs
https://medium.com/@david.gilbertson/19-things-i-learnt-reading-the-nodejs-docs-8a2dcc7f307f#.bzx75cpkv
2 comments
And it gets bigger as your browser window gets narrower!
Quick note about the section on "Relative paths": `fs` paths _are_ relative to `process.cwd()` but `__dirname` reflects the directory that contains the current file. Those two directories are not necessarily the same thing.
I see now I wasn't clear on that. I've updated the example to show that the paths won't be the same.
http://i.imgur.com/ijgFDDr.png
Maybe they're in need of a web designer.