email-finder icon indicating copy to clipboard operation
email-finder copied to clipboard

Hi i am facing issues, while installing email-finder app at my local Windows PC

Open ibikhan1234 opened this issue 5 years ago • 2 comments

email-finder error

This is what i am facing after installing it throug: npm install

then npm run

i also fixed some issues using

npm audit fix

and

npm audit fix --force

but still facing issue, please help.

ibikhan1234 avatar Feb 22 '20 17:02 ibikhan1234

Can you drop all your command line from start ( i mean step by step till installing) lets see what is wrong.

david09098 avatar Mar 08 '20 04:03 david09098

I ran into the same issue. I fixed it by modifying my package.json file.

Change "scripts": { "start": "DEBUG=index node index.js",

For "scripts": { "start": "set DEBUG=index & node index.js",

Hope it helps.

peterr09 avatar Dec 01 '22 05:12 peterr09