open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
7k stars 228 forks source link

Unexpected token '?' #413

Closed sukheja-varun closed 1 year ago

sukheja-varun commented 1 year ago

Getting unexpected token in the latest 8.0.1 and 8.0.0 versions when trying to run any concurrently commands It is working fine till v7.6.0

image
gustavohenke commented 1 year ago

What's your node version? 8.0.0 dropped support for Node 12, which allows concurrently to make use of syntax such as ?..

sukheja-varun commented 1 year ago

yeah it is v12.14.1

gustavohenke commented 1 year ago

Right! In this case please upgrade to Node 14, or stick to concurrently v7.