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

Add dependencies to version control #14

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Add dependencies to version control #14

merged 1 commit into from
Sep 30, 2022

Conversation

PatricNox
Copy link
Contributor

The npm client installs dependencies into the node_modules directory non-deterministically. This means that based on the order dependencies are installed, the structure of a node_modules directory could be different from one person to another. These differences can cause works on machine bugs that take a long time to hunt down.

Yarn resolves these issues around versioning and non-determinism by using lock files and an install algorithm that is deterministic and reliable. These lock files lock the installed dependencies to a specific version and ensure that every install results in the exact same file structure in node_modules across all machines.

However, it can only be done so by actually version control it so every developer has it for their machines.
This PR adds it.

@netlify
Copy link

netlify bot commented Sep 30, 2022

Deploy Preview for quiet-mermaid-0c777f ready!

Name Link
🔨 Latest commit cb55da3
🔍 Latest deploy log https://app.netlify.com/sites/quiet-mermaid-0c777f/deploys/6337631926ef8d0008e178ca
😎 Deploy Preview https://deploy-preview-14--quiet-mermaid-0c777f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@souravcipher souravcipher merged commit 68292d4 into openprivacytech:main Sep 30, 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

Successfully merging this pull request may close these issues.

2 participants