Meteor stuck at building for web.browser (Windows)

Capture

My team mate uploaded a meteor project where he created it with mac. I cloned the project and tried to first do npm install followed by typing meteor. However, the project keeps getting stuck at Building for web browser. I searched many solutions online but am still unable to solve the issue. I am using a windows computer and apparently the problem is faced by windows users.

Please try to clone this project from https://github.com/sohskd/meteorProject and follow the instructions in the README to see if you encounter the same issue as me. Any advice to solve this issue will be greatly appreciated. Thanks

Your problem seems to be in your public/ folder - and particularly plugins/- there’s 158MB in that folder. What are all these? Why aren’t you using atmosphere packages or npm modules? This is not the way to build a Meteor app.