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 90 forks source link

Added Node.js file system module to test code #57

Closed amnano closed 1 year ago

amnano commented 1 year ago

Removes the following error when running the test code to write a file ReferenceError: fs is not defined

that-ambuj commented 1 year ago

This is an issue with an older version of node you might me using. This problem is specific to you. Please close this PR.