🧑🏼‍💻

a “^” waste my time

Posted on
Oct 26, 2023 07:13 AM
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 blog
After 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