Tasin5541 / portfolio

Portfolio made with reactJs for github pages. Supports light and dark theme.
https://tasin5541.github.io/
MIT License
95 stars 27 forks source link

Error: Cannot find module 'dotenv' #8

Open ravivghl opened 3 days ago

ravivghl commented 3 days ago

C:\Users\abc\Downloads\portfolio-master\portfolio-master>node git_data_fetcher.js node:internal/modules/cjs/loader:1148 throw err; ^

Error: Cannot find module 'dotenv' Require stack:

i have change dotenv to .env facing same issue

Tasin5541 commented 3 days ago

Looks like you did not follow the instructions from the readme correctly. The error states that it's looking for dotenv library which would've been there if you installed all the libraries as instructed.

Please clone the repo again and follow each step mentioned here.