Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dineshsprabu/d7d5d6e7f6508e093f3c to your computer and use it in GitHub Desktop.
Save dineshsprabu/d7d5d6e7f6508e093f3c to your computer and use it in GitHub Desktop.
[Solution] "Cannot read property 'name' of undefined"
/* installing below version of mongodb can fix the problem for now */
npm install mongodb@1.4.4
/* for package.json, make an entry as below */
"mongodb":"^1.4.x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment