CopyCommand
<- Back to Default
Default
where node
Summary
Shows where the node executable is on PATH.
Beginner Mode OFF
Windows PowerShell
Mac Bash
Linux Bash
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
where node
Previous
npm -p "process.versions.npm"
Next
npm run dev
Related commands
node -p "process.version"
Shows your Node.js version.
npm -p "process.versions.npm"
Prints the installed npm version.
npm run dev
Starts the local dev server with hot reload.