skpm / fs

Drop-in replacement for the fs NodeJS package
MIT License
27 stars 11 forks source link

Can't find variable: NSFileManager #22

Closed zhuber closed 5 years ago

zhuber commented 5 years ago

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.