Currently, I am working on a project that requires me to utilize ng build --prod
in order to build a client. However, each time I run ng build --prod
, I encounter the same persistent error message:
ERROR in Cannot read property 'kind' of undefined
This issue has been recurring without resolution despite my efforts over the course of nearly a week and extensive searches for potential solutions. I have included a link to the GitHub repository of the client in hopes that someone may be able to identify and rectify this error. To proceed, simply perform a npm install
within the Cube folder after downloading it, followed by running ng build --prod
. I remain optimistic that a solution can be easily identified and implemented.
For access to the client installation via GitHub, please visit:
https://github.com/detis46901/Cube.git
UPDATE 1: I have consulted various resources on StackOverflow, including the one referenced in the comment below (TypeError: Cannot read property 'kind' of undefined at getAssignmentTargetKind). Unfortunately, these suggested solutions have not proven effective thus far.