apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
399 stars 151 forks source link

Fixed "[Error: ENOENT, no such file or directory '\plugman-tmp1375365605... #16

Closed s4wny closed 10 years ago

s4wny commented 11 years ago

I couldn't add any plugin, I just got the error:

{ [Error: ENOENT, no such file or directory 'C:\Users\<user>\AppData\Local\Temp
\plugman-tmp1375365605837\plugin.xml']
  errno: 34,
  code: 'ENOENT',
  path: 'C:\\Users\\<user>\\AppData\\Local\\Temp\\plugman-tmp1375365605837\\plu
gin.xml',
  syscall: 'open' }

For some reason git clone doesn't clone into the right directory when given a relative path. So I changed the relative path to the absolute path, and voila, it worked!

(I'm using Windows 7 and "git bash".)

agrieve commented 10 years ago

Created JIRA issue for this: https://issues.apache.org/jira/browse/CB-5584

agrieve commented 10 years ago

The fix for this is now in! Thanks.

Please close the pull request.

s4wny commented 10 years ago

Thx.