Skip to content

docs: add verification step for Express installation#2303

Closed
aryandevtyagi10 wants to merge 2 commits intoexpressjs:gh-pagesfrom
aryandevtyagi10:docs/improve-install
Closed

docs: add verification step for Express installation#2303
aryandevtyagi10 wants to merge 2 commits intoexpressjs:gh-pagesfrom
aryandevtyagi10:docs/improve-install

Conversation

@aryandevtyagi10
Copy link
Copy Markdown

What

Added a "Verify your installation" section to the installing guide.

Why

New users have no way to confirm Express installed correctly.
This adds a quick verification step using express-generator.

Changes

  • Added "Verify your installation" section at the end of
    en/starter/installing.md

I certify that this contribution is my own work and submitted
under the project's open source license.

@aryandevtyagi10 aryandevtyagi10 requested a review from a team as a code owner May 5, 2026 12:42
@netlify
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit a87348f
🔍 Latest deploy log https://app.netlify.com/projects/expressjscom-preview/deploys/69f9e9bf323f4400086275fb
😎 Deploy Preview https://deploy-preview-2303--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (🟢 up 1 from production)
Accessibility: 87 (no change from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 94 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@krzysdz krzysdz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

express-generator is not express. Installing express won't install express-generator. Besides that npx offers you to install a package if it is not already installed, so using it to check whether a package is installed is not a great idea. npm ls lists installed packages and I'd say is the recommended way to check what is installed.

Probably the best way to verify if Express is installed correctly is following the next step and creating a simple "Hello world" server.

@aryandevtyagi10
Copy link
Copy Markdown
Author

Thanks for the feedback! You're right — updated the
verification to use npm ls express instead. Let me
know if any further changes are needed.

@jonchurch jonchurch closed this May 6, 2026
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.

3 participants