Closed indraraj26 closed 4 years ago
even if i changed rxjs import path before ivy compiling then also its stuck on 95%. I think it is failed to pickup style.css which is in bundles of ng2-slim-loading-bar
now even after removing that package still it is stuck on 95%, yesterday night everything was working perfectly. Is there any steps that i can do to see what is wrong in compiling?
@indraraj26, I am not sure what's going on here. I suggest to revert any changes done and go back to a working state. If you added a new node package, remove it from the package.json
, remove node_modules and do a fresh install.
After that try to create minimal reproduction show casing the issue. A good way to make a minimal repro is to create a new app via ng new repro-app
and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This might be related to your directory structure so its really important to get an accurate repro to diagnose this.
Hi @alan-agius4 , yes if i rollback to old commits which was merged by other guy in morning then it is working fine. If i checked his merge changes there is no extra package installed.
In that case, it must have been something which is related to the code.
If you can determine what piece of code resulted in the un-actionable error it would be great so we can determine if we can do anything from our end.
Thanks.
Hi @alan-agius4 , Thank you for your instant support. What i have done its working now btw i am not able to reproduce π
git reset --hard oldcommit
git merge featureBranch
npm start
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
π Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 9.0.2 ### Description When i am using this package https://github.com/akserg/ng2-slim-loading-bar It has old rxjs import path after altering that in __ivy__ngcc/src/slim-loading-bar.service,js it will always stuck at 95% ## π¬ Minimal Reproductionπ₯ Exception or Error
π Your Environment
Anything else relevant?