I am working with angular 4 and I am using angular-cli version 1.6.4. But currently, i am getting this issue while building my project.
I came to know that i can fix issue by degrading version to angular-cli-1.6.3
Can anyone suggest me to downgrade the same?
I tried to install package using npm command, but its not worked.
As per angular cli git hub discussion i came to know that package degrade may work.but i am not getting any 1.6 version rather than 1.6.4 by using npm install.
Thanks in Advance.