Skip to content

Document ignore-scripts in the development install command #4868

@Zacxxx

Description

@Zacxxx

What do you want to change?

Update the root README development install command from npm install to the safer install form documented in AGENTS.md, for example npm install --ignore-scripts.

Why?

The README currently tells new contributors to run npm install, while AGENTS.md says local dependency hydration should use --ignore-scripts unless lifecycle scripts are explicitly requested. Aligning the README with the repo's dependency security guidance reduces first-run ambiguity and avoids running package scripts during setup by default.

How? (optional)

Docs-only change in the README Development block. No lockfile, dependency, runtime, or package code changes.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions