-
Notifications
You must be signed in to change notification settings - Fork 520
Closed as not planned
Closed as not planned
@ripplewave2025
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all open and closed issues to ensure it has not already been reported.
- I have read the troubleshooting guide.
- I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
- I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
- If this is a security issue, I have read the security issue reporting guidance.
Summary
I'm new to deploying web projects and need clear, step-by-step help. I'm using Visual Studio Code on Windows 11 to build a React (Next.js with Tailwind) project. I see instructions mentioning 'npm run dev' and some terminal output asking about installing packages and proceeding, but I'm not sure what to do. I want to know exactly:
- How do I make my website go live/push it to production?
- What are the steps I need to follow in the VS Code terminal?
- What do the 'create-next-app' and install prompts mean?
- What are the next steps after running these commands?
- Where could things go wrong, and how do I fix them?
- Is there a simple checklist for someone new to web deployment?
I've attached a screenshot for reference. Please give beginner-friendly guidance!
PowerShell Version
Name Value ---- ----- PSVersion 5.1.26100.4768 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.26100.4768 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
Visual Studio Code Version
1.103.1 x64
Extension Version
ms-vscode.powershell@202520
Steps to Reproduce
- Open Visual Studio Code on Windows 11 and use the PowerShell terminal.
- Run commands like
npx create-next-app@latest
ornpm run dev
as suggested by tutorials. - Observe that the terminal shows prompts about installing packages and proceeding, which is confusing for a beginner.
- I want to deploy the site (Next.js + Tailwind) but I'm not sure which commands to run next or how to push it to production from VS Code.
Expected: Beginner-friendly steps on how to go from dev to production, what prompts mean, and a simple checklist.
Actual: Confusion about the meaning of prompts and which steps to run in the PowerShell terminal to make the site live.
Visuals
No response
Logs
No response