I tried these steps. His work is for me.
Install gulp globally.
Next, you need to install the local dependencies of the projects (where he is looking for synchronization with the browser). For this
cd into the project directory and run npm install .
Then try gulp serve .
You can also try the following lines
npm i browser-sync --save then
npm start
source share