Skip to content

Commit

Permalink
doc: update node_modules section in project-structure.md
Browse files Browse the repository at this point in the history
Co-authored-by: Darryl Pogue <[email protected]>
  • Loading branch information
erisu and dpogue authored Nov 8, 2024
1 parent b311eeb commit 8343efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/en/dev/guide/overview/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you are developing code in the `www` folder directly, you should add this fol

### `node_modules/`

This directory contains all of the checked-out packages from the npmjs registry.
This directory contains all of the JavaScript dependency packages from the npm JavaScript registry for Cordova and its tools, along with any dependencies of your project (as specified in `package.json`).

When adding a Cordova platform or plugin with the `cordova platform add` and `cordova plugin add` command, these platforms and plugins are fetched from the npmjs registry and downloaded into the `node_modules/` directory.

Expand Down

0 comments on commit 8343efd

Please sign in to comment.