-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
https://github.com/tj/commander.js/blob/master/index.js#L100
// new Set();
Is not compatible. This hit us with pm2 where pm2 includes commander, and pm2 runs on node 0.10.x however it includes updated commander which is now using new Set() which is not supported under 0.10.x. We can not upgrade. Please ensure semantic versioning and move Set() to a different version.
Metadata
Metadata
Assignees
Labels
No labels