runner
runner copied to clipboard
mongodb-runner start symlink error
yarn run v1.22.10
$ mongodb-runner start
[Error: EPERM: operation not permitted, symlink 'C:\Users\lucass\.mongodb\versions\mongodb-5.0.1-windows-64' -> 'C:\Users\lucass\.mongodb\versions\mongodb-current'] {
errno: -4048,
code: 'EPERM',
syscall: 'symlink',
path: 'C:\\Users\\lucass\\.mongodb\\versions\\mongodb-5.0.1-windows-64',
dest: 'C:\\Users\\lucass\\.mongodb\\versions\\mongodb-current'
}
More info on this? Getting the same problem.
I remembered you need to run the console in administration privilege, or turn on developer mode in the Windows setting.
I remembered you need to run the console in administration privilege, or turn on developer mode in the Windows setting.
That worked, thanks.