dotnet core + Angular Universal + docker => Prerendering failed because of error: Error: Cannot find module dotnet core + Angular Universal + docker => Prerendering failed because of error: Error: Cannot find module docker docker

dotnet core + Angular Universal + docker => Prerendering failed because of error: Error: Cannot find module


angular2-universal-polyfills module does not exist anymore. This is happening probably when you running locally its installing the package from your local cache but when you are running it in container its looking in the npm registry and it fails.To upgrade your project you can follow this link documentation on the github. They have nice explanation how to migrate.