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)