This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Description
I'm trying to use this package on windows but i keep getting error : throw new MemoryFileSystemError(errors.code.ENOENT, _path)
In orer to debug the issue, i tried this and am still getting the same error
var MemoryFileSystem = require("memory-fs")
var fs = new MemoryFileSystem()
console.log(__dirname)
console.log(fs.readdirSync(__dirname))