Hi there
I was working on my thesis-related post in Notion and I decided to check if it looks nice in my website or not.
I use an
npm
package named notion-to-md
to convert notion pages (databases) to .md
file as post ← you can find its code in my blogAfter running Github action, I faced a problem….
I didnt have a background of NodeJS, after several hours of debugging, I realized that in
package.json
file, if I use ^
before version of package, it downloads lastest version (after the version mentioned), so ^2.2.2
means “latest version after 2.2.2