You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/01/28 03:11:37 UTC

[jira] [Created] (CB-5913) cordova create --link fails on Win without admin privileges

Andrew Grieve created CB-5913:
---------------------------------

             Summary: cordova create --link fails on Win without admin privileges 
                 Key: CB-5913
                 URL: https://issues.apache.org/jira/browse/CB-5913
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


fs.symlinkSync() throws:
{quote}
> try { fs.symlinkSync('a','b'); } catch(e) { foo = e }
{ [Error: EPERM, operation not permitted 'a']
  errno: 50,
  code: 'EPERM',
  path: 'a',
  syscall: 'symlink' }
{quote}

The same call works when running with admin privileges. We should test & catch this case earlier than we currently do.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)