Hi, I tried to wrap my head around it but to no avail.
Step 24 : RUN curl -sSL https://www.npmjs.com/install.sh | sh ---> Running in 0edf1ca023e7 tar=/bin/tar version: tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. install npm@latest fetching: https://registry.npmjs.org/npm/-/npm-4.6.1.tgz npm ERR! Object function (err) { npm ERR! if (err) return cb(err) npm ERR! fs.fsync(fd, function (err) { npm ERR! if (err) return cb(err) npm ERR! fs.close(fd, cb) npm ERR! }) npm ERR! } has no method 'toLowerCase' It failed The command '/bin/sh -c curl -sSL https://www.npmjs.com/install.sh | sh' returned a non-zero code: 1 /home/travis/.travis/job_stages: line 155: 1053 Terminated travis_jigger $! $timeout $cmd To me it looks like an issue with the npmjs install script, possibly related to the following commit, but I'm not sure enough to file an issue: https://github.com/npm/npm/commit/afa7c0364ee5c819f4095f478580e6c2f55348ab#diff-36018a6a9e1de1798516799b84841318 Thoughs anyone? Have fun, JensG
