Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

windows: fs.symlink raising EPERM #6342

@appajee

Description

@appajee

Similar to Issue#4952.

$node
> process.version
'v0.10.5'  
> require('fs').symlinkSync(process.execPath,process.cwd() + '/node-symlink', 'file')
Error: EPERM, operation not permitted 'c:\node\node-symlink'

I get same result with two different versions of node that I tried. Obviously only difference is the version shown: 'v0.10.5' (when installed version of node is run), or, with the locally built latest node executable ( 'v0.11.8-pre') on Windows 8 with MS Visual Studio 2012.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions