[ ] bug report
report a bug
What is the current behavior?
ng2-admin Webpack build stuck at 46%
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
run npm start
What is the expected behavior?
project node server ruining.
Please tell us about your environment:
Angular version: 2.0.0
installed npm v4.1.2
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

@tal-shahar, thanks for your bug report. This bug was fixed in https://github.com/akveo/ng2-admin/commit/d34e6e92c0f3beb99c78f71688119e5345a5d59c.
still getting stuck in the same spot.
I'd like to point out this is apparently only happening on Ubuntu 16.04.
on Ubuntu 14.04 it works fine.

adding UV_THREADPOOL_SIZE=64 to npm start seems to have solved the issue.
I tried adding adding UV_THREADPOOL_SIZE=64 to npm and the issue persist
@jezamba this is what I wrote in the terminal "UV_THREADPOOL_SIZE=64 npm start" when i ran the project, if that's what you did try increasing the number.
it has something to do with the number of threads allocated to the service, I'm not completely sure yet what it dose excellently, if anyone reading this knows i would love an explanation.
@tal-shahar
You are a life saver. Thank you so much. At 3am last night I was about to throw my computer at a wall when I encountered this issue yet again and none of the previous tricks I had used worked.
Most helpful comment
adding UV_THREADPOOL_SIZE=64 to npm start seems to have solved the issue.