nmanousos / email-existence

108 stars 54 forks source link

Module not found 'dns' #33

Open ghost opened 7 years ago

ghost commented 7 years ago

Module not found: 'dns' in C:\Users\zivan\Desktop\trello-react\client\node_modules\email-existence

arpit1997 commented 7 years ago

Module not found: 'dns' in C:\Users\zivan\Desktop\trello-react\client\node_modules\email-existence

try adding it in the package.json and running npm install. I hope that it helps. not particularly sure what problem is but you can also try a global install with npm install -g option. :small_blue_diamond: :small_orange_diamond: :small_red_triangle_down: :small_airplane:

vixson commented 6 years ago

Module not found: 'dns' in C:\Users\zivan\Desktop\trello-react\client\node_modules\email-existence

try adding it in the package.json and running npm install. I hope that it helps. not particularly sure what problem is but you can also try a global install with npm install -g option. 🔹 🔸 🔻 🛩

Did that. But DNS module has its own dependence issue too

knoxcard commented 5 years ago

Does this problem still persist?