There’s no error related to the port 3457 already in use. So you can:
- Restart your computer.
- Or run
npm i && npm run dev
in the apps’ root folder.
This error happens when you have node version changes and updates.
There’s no error related to the port 3457 already in use. So you can:
npm i && npm run dev
in the apps’ root folder.This error happens when you have node version changes and updates.