Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important notes while installation using Node 14 and MongoDB 6 #6

Open
riochr17 opened this issue Aug 3, 2022 · 0 comments
Open

Important notes while installation using Node 14 and MongoDB 6 #6

riochr17 opened this issue Aug 3, 2022 · 0 comments

Comments

@riochr17
Copy link

riochr17 commented Aug 3, 2022

You may experience a problem running node appAcra

My Solution
Try to install specific package version (example: by remove >= from dependecies version)

  "dependencies": {
    "express": "3.1.0",
    "mongodb":"1.2.14",
    "log4js": "0.5.7",
	  "emailjs" : "0.3.4",
	  "colors" : "0.6.0-1",
    "ejs" : "0.8.3",
    "moment" : "2.0.0",
    "async" : ">= 0.2.8",
	  "node-properties-parser" : "0.0.2"
  },

Another common problem, mongodb v6 doesn't work since there are major syntax changes, I am using mongodb v4.2 and running well.

@riochr17 riochr17 changed the title Important Notes while installation using Node 14 and MongoDB 6 Important notes while installation using Node 14 and MongoDB 6 Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant