You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway to update the package.json to use node-commander 1.0?
Otherwise, npm install madge on node 0.8 fails to install, with node-commander 0.6 not supporting node 0.8
npm ERR! notsup Not compatible with your version of node/npm: commander@0.6.0
npm ERR! notsup Required: {"node":">= 0.4.x < 0.7.0"}
npm ERR! notsup Actual: {"npm":"1.1.32","node":"0.8.0"}
Thanks
The text was updated successfully, but these errors were encountered:
Anyway to update the package.json to use node-commander 1.0?
Otherwise, npm install madge on node 0.8 fails to install, with node-commander 0.6 not supporting node 0.8
npm ERR! notsup Not compatible with your version of node/npm: commander@0.6.0
npm ERR! notsup Required: {"node":">= 0.4.x < 0.7.0"}
npm ERR! notsup Actual: {"npm":"1.1.32","node":"0.8.0"}
Thanks
The text was updated successfully, but these errors were encountered: