I need to run the following command:
$ npx cubejs-cli create <project name> -d <database type>
I have installed node.Js on my windows machine.
I launch the c:\nodejs\node.exe and a console windows opens up.
I paste the command in the command line like this:
> $ npx cubejs-cli create trafficninja -d mssql
Unfortunately this does not work and I get an error:
Uncaught SyntaxError: Unexpected identifier
$ npx cubejs-cli create trafficninja -d mssql
^^^
Can someone advise how can I fix this issue?