DEV Community

Discussion on: Build a video chat app in minutes with React and daily-js

Collapse
 
tushardeepak profile image
Tushar Deepak

my npm run dev is showing 'PORT' is not recognized as an internal or external command,
operable program or batch file.

can you help

Collapse
 
nikhilkaimal profile image
Nikhil Kaimal

try "dev": "set PORT=3002 && react-scripts start" in package.json