skpm / fs

Drop-in replacement for the fs NodeJS package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find variable: NSFileManager

zhuber opened this issue · comments

I'm seeing this error pop up whenever trying to use functions from this package:

fs.readdirSync()
fs.readFileSync()

Am I missing something basic or is there a configuration that needs to be done?

Update:
This is happening from within the webview, so that's likely the problem.