Installing Cordova -


i getting error message when trying install cordova:

c:\>npm install -g cordova npm warn deprecated minimatch@2.0.10: please update minimatch 3.0.2 or higher avoid regexp dos issue c:\users\invitado\appdata\roaming\npm `-- (empty)  npm err! windows_nt 10.0.10586 npm err! argv "c:\\program files\\nodejs\\node.exe" "c:\\users\\invitado\\appdata\\roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "cordova" npm err! node v4.5.0 npm err! npm  v3.10.6 npm err! path c:\users\invitado\appdata\roaming\npm\node_modules\.staging\abbrev-208fc6c5 npm err! code enoent                                                            npm err! errno -4058                                                            npm err! syscall rename                                                                                 npm err! enoent enoent: no such file or directory, rename 'c:\users\invitado\appdata\roaming\npm\node_modules\.staging\abbrev-208fc6c5' -> 'c:\users\invitado\appdata\roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' npm err! enoent enoent: no such file or directory, rename 'c:\users\invitado\appdata\roaming\npm\node_modules\.staging\abbrev-208fc6c5' -> 'c:\users\invitado\appdata\roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' npm err! enoent not problem npm npm err! enoent , related npm not being able find file. npm err! enoent  npm err! please include following file support request: npm err!     c:\npm-debug.log                                                   npm err! code 1  c:\> 

please help.

i'm no means expert cordova have tried cleaning out cache? if not, can via following:

npm cache clean  

if doesn't work might worthwhile visiting following resource: https://github.com/npm/npm/issues/10826


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -