I’m running Local in Windows, and when attempting to import my website, I got caught by this:
Feb 9, 2019, 6:45 PM GMT-2 - info: [renderer/CheckEnvPage] Check system promise response:
[ undefined, [ 'custom:1.3' ] ]
Feb 9, 2019, 6:45 PM GMT-2 - info: [renderer/ImportSiteAnalyzePage] Message from import-site-analyze-worker: {"type":"local-export"}
Feb 9, 2019, 6:47 PM GMT-2 - warn: [main/index] Unhandled Rejection at: Promise Promise {
<rejected> { [Error: EPERM: operation not permitted, symlink '..\acorn\bin\acorn' -> 'C:\Users\atemp\AppData\Local\Temp\local-by-flywheel-ulZ5KHZrEo\app\public\wp-content\themes\betheme-child\assets\vendors\plyr\node_modules\.bin\acorn']
errno: -4048,
code: 'EPERM',
syscall: 'symlink',
path: '..\\acorn\\bin\\acorn',
dest:
'C:\\Users\\atemp\\AppData\\Local\\Temp\\local-by-flywheel-ulZ5KHZrEo\\app\\public\\wp-content\\themes\\betheme-child\\assets\\vendors\\plyr\\node_modules\\.bin\\acorn' } } reason:
{ message:
'EPERM: operation not permitted, symlink \'..\\acorn\\bin\\acorn\' -> \'C:\\Users\\atemp\\AppData\\Local\\Temp\\local-by-flywheel-ulZ5KHZrEo\\app\\public\\wp-content\\themes\\betheme-child\\assets\\vendors\\plyr\\node_modules\\.bin\\acorn\'',
stack:
'Error: EPERM: operation not permitted, symlink \'..\\acorn\\bin\\acorn\' -> \'C:\\Users\\atemp\\AppData\\Local\\Temp\\local-by-flywheel-ulZ5KHZrEo\\app\\public\\wp-content\\themes\\betheme-child\\assets\\vendors\\plyr\\node_modules\\.bin\\acorn\'',
errno: -4048,
code: 'EPERM',
syscall: 'symlink',
path: '..\\acorn\\bin\\acorn',
dest:
'C:\\Users\\atemp\\AppData\\Local\\Temp\\local-by-flywheel-ulZ5KHZrEo\\app\\public\\wp-content\\themes\\betheme-child\\assets\\vendors\\plyr\\node_modules\\.bin\\acorn' }
Plyr is a video player library I’m using, and it is built by npm and gulp, I installed the modules on the theme folder, and for some reason, the import is saying that the operation is not permitted, disabled anti-virus and everything.
Log below
local-by-flywheel.log (92.6 KB)