node.js - npm reports "requires (one version)' but will load (another version)" -
likely after cordove install npm
got warning messages every npm operations "requires colors@'>=0.6.0' load .. color"
d:\workspaces\enide-studio-2014\openwith.js>npm . -g c:\users\weibl\appdata\roaming\npm\openwith -> c:\users\weibl\appdata\roaming\npm\node_modules\openwith\bin\openwith.js npm warn unmet dependency c:\users\weibl\appdata\roaming\npm\node_modules\phonegap\node_modules\cordova requires colors@'>=0.6.0' load npm warn unmet dependency c:\users\weibl\appdata\roaming\npm\node_modules\phonegap\node_modules\colors, npm warn unmet dependency version 0.6.0-1 npm warn unmet dependency c:\users\weibl\appdata\roaming\npm\node_modules\phonegap\node_modules\node-static requires colors@'>=0.6.0' load npm warn unmet dependency c:\users\weibl\appdata\roaming\npm\node_modules\phonegap\node_modules\colors, npm warn unmet dependency version 0.6.0-1 openwith@0.11.0 c:\users\weibl\appdata\roaming\npm\node_modules\openwith
how fix such npm errors?
as andrew hinted, solution
npm -g update colors
Comments
Post a Comment