Replies: 1 comment
-
I solved it by installing the latest version of node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an small angular application, which builds fine when using
ng serve
andfirebase emulators:start
. However, when I run:ng build --verbose
, the building gets stuck on the following files:`⠙ Building...
chunk-3DR3YPYN.mjs 1.2mb⚠️ ⚠️ `
server.mjs 1.1mb
I haven't changed anything in the server.ts file. Can anyone help me figure out why the build gets stuck?
My server.ts file looks like this:
Beta Was this translation helpful? Give feedback.
All reactions