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

Don't Include node_modules in project #2

Open
richbl opened this issue Feb 6, 2018 · 0 comments
Open

Don't Include node_modules in project #2

richbl opened this issue Feb 6, 2018 · 0 comments

Comments

@richbl
Copy link

richbl commented Feb 6, 2018

DOES: Cloning into Electainer brings with it a snapshot of the node_modules directory, as it's currently part of the project. This is pretty significantly heavy and not worth storing in a project.

SHOULD: Instead, the project should exclude the node_modules and require that, after cloning into the project, the developer runs npm install (or npm i) in the project root. As long as package.json is available, the appropriate node packages for the project will be installed at this time.

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