I've faced the excat same issue and managed to fix it by doing the following:
Uninstalling the Microsoft.AspNet.Web.Optimization nuget package.
Uninstalling the Antlr nuget package because its a dependecy for WebGrease package.
Uninstalling the WebGrease nuget package.
Install Microsoft.AspNet.Web.Optimization nuget package again, this action will take care of installing Antlr and WebGrease because they are its dependencies.