I am trying to run meteor on windows 7
when I run meteor, after long time of
d:\workspace>meteor
extracting meteor-tool@1.5.1…
I got errors like below
{ [Error: EROFS: read-only file system, unlink ‘C:\Users\myID\AppData\Local\Temp\mt-1luv4f5’]
errno: -4043,
code: ‘EROFS’,
syscall: ‘unlink’,
path: ‘C:\Users\myID\AppData\Local\Temp\mt-1luv4f5’ }
I’ve unchecked read only on Temp folder but Somehow whenever I re-run or add new package
I encounter same kind of error and Temp folder becomes read-only again.
Any advice would be appreciated.