© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Abraham Putra Prakasa
Hi i'm following this guide to deploy on vercel. But it gives error when deploying. Thanks
Cannot find module 'dotenv'
Parham
Web is an awesome platform. Let's explore it together.
Hi Abraham Putra Prakasa
dotenv should be added to your project's package.json as a dev dependency.
dotenv
The example repo I shared at the end of the blog has it as well.