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

As a developer, I would like to designate DevDependencies in the Front End #273

Open
2 tasks
esparr opened this issue Nov 13, 2023 · 0 comments
Open
2 tasks
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@esparr
Copy link
Collaborator

esparr commented Nov 13, 2023

Certain packages and libraries are only needed when actively developing the project, and are unnecessary when deployed. For example, testing suites are important to make sure covered code is behaving properly, but have no effect on how the project runs. These are known as DevDependencies.

Acceptance Criteria:

  • DevDependencies have been identified
  • DevDependencies are marked as such in package.json

Possible implementation:
Uninstall packages that are DevDependencies using npm uninstall [package-name]
Install same package using npm install [package-name] --save-dev

@esparr esparr added good first issue Good for newcomers dependencies Pull requests that update a dependency file labels Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
Status: 🤲 Up for Grabs
Development

No branches or pull requests

1 participant