CopyCommandCopyCommand
Default

powershell -ExecutionPolicy Bypass -Command "npm run dev"

Summary

Runs npm by bypassing PowerShell script policy for this session.

Command

Windows PowerShell

Run in PowerShellWindows PowerShell
powershell -ExecutionPolicy Bypass -Command "npm run dev"

Related commands