Open PoojaDurgad opened 4 years ago
running git bash as administrator solves the issue, but not sure if this is the right approach
@PoojaDurgad can you try deleting your whole source tree, then re-clone and rebuild?
I think the challenge might be related to git bash itself here. Can you build without using git bash?
I get this same error. If we are expected to run the builds under bash, shouldn't this be documented?
The current instructions tell us to use vcbuild.bat, which is a Microsoft batch file. I don't think this will run under bash, will it?
The node tests need to test creating links. As your user doesn't have permission to create symbolic links, you get an EPERM
error. Please follow the instructions below to make sure you have the right to create symbolic links with your user.
Add User or Group
Advanced
Find Now
Ok
What steps will reproduce the bug?
./vcbuild.bat test
What is the expected behavior?
run the test without fail
What do you see instead?
Additional information
I am trying to run tests in windows, and get a bunch of failures with similar errors