Getting error - Error: Cannot find module 'node-env-file' [FIXED]

I just imported my project from github,
and i’m getting this error:

Error: Cannot find module ‘node-env-file’

how can i resolve this so i could work on my project?

my project: my project

what should i do?

DoodleScheduling/doodle-api-javascript doesn’t seem to be a valid reference to that dependency, changing it to ^0.1.10 fixes it up and then the other error goes away.

1 Like