DEV Community

Discussion on: Angular i18n and Server Side Rendering with Angular Universal: Part 2

Collapse
 
spock123 profile image
Lars Rye Jeppesen • Edited

Did anyone try this on Angular 13? Just trying to serve or build SSR gives me an error when trying to run the server:

ng run app:server

./node_modules/node-webcrypto-ossl/build/Release/nodessl.node:1:0 - Error: Module parse failed: Unexpected character '�' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See webpack.js.org/concepts#loaders
(Source code omitted for this binary file)

Collapse
 
prabhjeet6 profile image
Prabhjeet Singh

Sorry for delay in response. I did this in Angular 7. Not sure about Angular 13.

Collapse
 
spock123 profile image
Lars Rye Jeppesen

No worries, I actually discovered that one of my dependencies did now allow for server side compilation, and that was the issue for me.

Cheers