Ionic start command throws error -- process.on('unhandledRejection', r => console.error(r));

Hello I am trying to create a new sideMenu ionic project using the ionic start command from the cmd.

However when I type:

ionic start test-app sideMenu --v2

I get the following error:

\AppData\Roaming\npm\node_modules\ionic\bin\ionic:6
process.on(‘unhandledRejection’, r => console.error(r));

SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions…js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3

This person had the same issue:

I have tried deleting Cordova and Ionic from the File Explorer and reinstalling. Also I made sure that I had the latest version of npm and node js installed. Still no luck.

Any help with this problem would be great. Thank you!

This is not the current format of the ionic start command: How to Create A New Application with Ionic Start for New Projects

What is ionic info output?
Are you using a recent release?

I get the same error when I type the ionic info command! What do you suggest to eliminate this issue?

npm uninstall -g ionic and then npm install -g ionic again - something is broken with your installation.

Hi, I had the same problem and it was due to nodeJS not being up to date. I fixed it by upgrading node.