I'm stuck at this step:
npm install -g grunt-cli.
See screen shot below:
The most recent NPM client does not support Node.js 4 any more. README files of earlier released SDKs were not updated to reflect it. You can:
I recommend you the latter. We develop the CS 16.2 product line with Node.js 8. Node.js 8 in connection with the latest NPM client has become significantly faster and more stable on Windows. Because we do not work with Node.js 4 any more in OpenText, you can expect no or fewer problems with Node.js 8.
The error means, that your Node.js version does not support scoped declarators, which are used by the most recent NPM client. This ES6 feature has been added in Node.js 6. Nowadays it makes no sense installing the old Node.js 6, because Node.js 8 has become the active LTS version.
Thank you! Time to update the readme document?