Skip to content

Remove node_modules from cache_dirs#31

Open
alex-moon wants to merge 1 commit into
nanobox-io:masterfrom
alex-moon:master
Open

Remove node_modules from cache_dirs#31
alex-moon wants to merge 1 commit into
nanobox-io:masterfrom
alex-moon:master

Conversation

@alex-moon

Copy link
Copy Markdown

No description provided.

@danhunsaker

Copy link
Copy Markdown

Even if Nanobox was actively maintained, this PR would be rejected, since node_modules is the reason cache_dirs exist in the first place. Keep in mind that the dependencies installed on the host might be different than the ones needed by Nanobox, because of differences in software and versions between the host and the Nanobox container. That's why dependencies are cached in the first place - to ensure the correct ones are available for your app when it's running within Nanobox, be that local, dry-run, or deployed.

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

Successfully merging this pull request may close these issues.

2 participants