Ngx-admin: ng2-admin Webpack build stuck at 46%

Created on 8 Feb 2017  路  6Comments  路  Source: akveo/ngx-admin

[ ] 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

  • clone project from git.
  • run npm install
  • run npm start

  • What is the expected behavior?
    project node server ruining.

  • Please tell us about your environment:

  • Angular version: 2.0.0

  • linux Ubuntu 16.04
  • installed nodejs v7.5.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)

image

Most helpful comment

adding UV_THREADPOOL_SIZE=64 to npm start seems to have solved the issue.

All 6 comments

@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.

image

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PatrickHuetter picture PatrickHuetter  路  3Comments

queirozfcom picture queirozfcom  路  4Comments

hoswey picture hoswey  路  3Comments

nfdavenport picture nfdavenport  路  3Comments

fabltd picture fabltd  路  3Comments