Modern JavaScript Explained For Dinosaurs

uh, ok, just tried it on my laptop. It's shit it's self :

$ npm install -g create-react-app
npm WARN engine [email protected]: wanted: {"node":">=4"} (current: {"node":"0.10.46","npm":"2.15.1"})
npm ERR! tar.unpack untar error /home/readfeed1/.npm/create-react-app/1.4.1/package.tgz
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "create-react-app"
npm WARN warrning!  There has been a check fail.  Check fail: unknown.
npm ERR! node v0.10.46
npm ERR! npm  v2.15.1
npm ERR! path /usr/lib/node_modules/create-react-app
npm ERR! Exception raise: unknown exception.
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! error there has been a critical error.
npm ERR! errocode errono 3, error
npm ERR! unknown error
npm ERR! Please include the following file with any support request:
npm ERR!     /home/readfeed1/npm-debug.log

$ cat  /home/readfeed1/npm-debug.log
cat: /home/readfeed1/npm-debug.log: No such file or directory

Doesn't really build any type of confidence that it can't even tell me what errors it's having or produce an error log ?

/r/programming Thread Parent Link - medium.com