With node v10.3.0
installing nuxeo-cli via npm install -g nuxeo-cli
When trying to run nuxeo bootstrap ...,
getting the following error:
fs.js:1056 throw new ERR_OUT_OF_RANGE('mode', undefined, mode); ^ RangeError [ERR_OUT_OF_RANGE]: The value of "mode" is out of range. Received 33204 at Object.fs.fchmod (fs.js:1056:11) at Object.fchmod (/usr/local/lib/node_modules/nuxeo-cli/node_modules/graceful-fs/polyfills.js:237:17) at mode (/usr/local/lib/node_modules/nuxeo-cli/node_modules/vinyl-fs/lib/fileOperations.js:132:10) at onStat (/usr/local/lib/node_modules/nuxeo-cli/node_modules/vinyl-fs/lib/fileOperations.js:125:14) at /usr/local/lib/node_modules/nuxeo-cli/node_modules/graceful-fs/polyfills.js:287:18 at FSReqWrap.oncomplete (fs.js:183:5)