CopyCommand
<- Back to Default
Default
npm install
Summary
Installs dependencies from package.json.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
npm install
Previous
npm -v
Next
npm ci
Related commands
npm ci
Installs dependencies exactly from package-lock.json for a clean build.
npm -v
Prints your npm version.
npm run dev
Runs the dev script from package.json.