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

[BUG 🐞] Change dependencies #68

Closed
warmachine028 opened this issue Sep 4, 2023 · 3 comments · Fixed by #69
Closed

[BUG 🐞] Change dependencies #68

warmachine028 opened this issue Sep 4, 2023 · 3 comments · Fixed by #69
Assignees
Labels
enhancement Improvement to a feature 🛠 goal: fix good first issue The issue is to encourage first time contributors 🟩 priority: low under progress

Comments

@warmachine028
Copy link
Owner

Description

  • Change nodemon from server dependency to dev dependency
  • Use commands:
$> cd server
$> npm uninstall nodemon
$> npm install --save-dev nodemon
  • Do not attempt to manually change the package.json file

Screenshots

  • Before:
	"dependencies": {
		"bcryptjs": "^2.4.3",
		"body-parser": "^1.19.1",
		"cors": "^2.8.5",
		"dotenv": "^16.0.0",
		"express": "^4.17.2",
		"express-rate-limit": "^6.7.0",
		"jsonwebtoken": "^9.0.0",
		"lodash": "^4.17.21",
		"mongoose": "^6.12.0",
		"nodemailer": "^6.7.7",
		"nodemon": "^3.0.1"
	}
  • After:
	"dependencies": {
		"bcryptjs": "^2.4.3",
		"body-parser": "^1.19.1",
		"cors": "^2.8.5",
		"dotenv": "^16.0.0",
		"express": "^4.17.2",
		"express-rate-limit": "^6.7.0",
		"jsonwebtoken": "^9.0.0",
		"lodash": "^4.17.21",
		"mongoose": "^6.12.0",
		"nodemailer": "^6.7.7",
	},
	"devDependencies": {
		"nodemon": "^3.0.1"
	}

Additional information

  • Always use styled components instead of plain CSS and MUI components.

Make sure to read the CONTRIBUTING and SETUP docs before proceeding

Happy contributing. 💐

Star my other Repositories here

@warmachine028 warmachine028 added bug enhancement Improvement to a feature help wanted good first issue The issue is to encourage first time contributors 🤩 Up for the grab The issue is ready to be assigned to a contributor 🛠 goal: fix labels Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Hello @warmachine028, thank you for raising the issue.

Thank you for raising an issue. Maintainer will soon investigate into the matter and get back to you as soon as possible.
Meanwhile feel free to support star the repo and share it with your friends. 🤓 🚀

@warmachine028 warmachine028 changed the title [BUG 🐞] <description> [BUG 🐞] Change dependencies Sep 4, 2023
@Ltwoz
Copy link
Contributor

Ltwoz commented Sep 6, 2023

Hey can i get assign to this issue?

@warmachine028
Copy link
Owner Author

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to a feature 🛠 goal: fix good first issue The issue is to encourage first time contributors 🟩 priority: low under progress
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants