I'm submitting a ...
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug on NPM START
What is the current behavior?
Now Stuck 46% building modules 302/317 modules 15 active ...heme/services/baThemeSpinner/inde x.ts
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Angular version: 2.4.4
Browser: Chrome
Debian 8.6
Nodejs > 6.9.5
Npm > 4.1.2
Always stuck on 46% building modules 302/317 modules 15 active ...heme/services/baThemeSpinner/index.ts
see image attach

i have same problem but in other file... i stopped in validatores/index.ts
46% building modules 302/313 modules 11 active ...ect\src\app\theme\validators\index.ts
I guess this: https://github.com/sass/node-sass/issues/857
Thanks for your comment pluswave but i tried UV_THREADPOOL_SIZE=5, UV_THREADPOOL_SIZE=4, UV_THREADPOOL_SIZE=64, and I still have the issue.
Best Regards
file -> app/theme/sass/initial.scss
change
@import 'sass/conf/conf';
@import 'sass/_preloader'; //<---
@import 'sass/_ionicons'; //<---
, or rename this files/
@jezamba, can you try to check this issue in the latest ng2-admin version?
@LexZhukov it is working here ... great
i hava the same problem ,how to fix it ,tks
@wenjiech, do you have this bug on the latest ng2-admin version?
I downloaded the lasted version yesterday and now stuck on this point: 47% building modules 314/324 modules 10 active ...heme/services/baThemeSpinner/index.ts
I commented the lines on file -> app/theme/sass/initial.scss
@import 'sass/conf/conf';
@import 'sass/_preloader'; -
@import 'sass/_ionicons';
And work well but not appear any icon and not show hte icon for wait while load the page.
Best Regards
Just right now its working with the today release.
Best Regards
I still have the issue and need to set UV_THREADPOOL_SIZE to some large value i.e. 64
I still have the issue too, I've cloned the last version today.
47% building modules 315/321 modules 6 active ...stnode_modules\ngx-uploader\index.js
EDIT :
after a npm cache clear and npm startagain , the issue comes from _app/theme/initial.scss_
I've commented everything in there and re-run npm start. Working right now!
I have the same problem with initial.scss and I think that the issue has to be reopened since I use the latest ng2-admin version.
Here is my workaround:
npm cache clearnpm startstill stuck!!! I do not understand why this problem so thug......
@jtrebess
I have the same issue
Most helpful comment
file -> app/theme/sass/initial.scss
change
@import 'sass/conf/conf';
@import 'sass/_preloader'; //<---
@import 'sass/_ionicons'; //<---
, or rename this files/