souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.08k stars 89 forks source link

fs dependency issues #80

Closed DevMattDavies closed 1 year ago

DevMattDavies commented 1 year ago

Continuation of issue https://github.com/souvikinator/notion-to-md/issues/76

Understand dependency on fs is to be removed in next update.

souvikinator commented 1 year ago

Removed fs module dependency and will be live in the upcoming release. However, you may want to investigate the previous issue you encountered (fs should function within getStaticProp), as a future update will introduce a feature that requires the fs module.

souvikinator commented 1 year ago

This should be fixed in latest version V2.7.0