Skip to content

Commit

Permalink
nodejs: Add missing facts
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 17, 2024
1 parent 320f27c commit 26ca19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/user_guides/deploy_nodejs_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ This file is used to pick your nodejs version and install your dependencies.

### package-lock.json (strong recommended)

The package-lock.json file is crucial in Node.js projects for ensuring consistent and reproducible builds. Here's why generating and maintaining this file is important

The package-lock.json file is crucial in Node.js projects for ensuring consistent and reproducible builds. Here's why generating and maintaining this file is important: Ensures Consistent Dependency Versions, Speeds Up Installations and Improves Security

## yarn.lock (optional)

Expand Down

0 comments on commit 26ca19b

Please sign in to comment.