Why Did My Build Fail Without Displaying Any Errors?
Symptoms
Build with npm fails, but no error log is displayed. The error is shown in the following figure.
Cause Analysis
In the build script, it has been configured that the build stops when an error occurs.
Solution
Check the build script and delete the configurations that may cause the sudden stops when an error occurs, such as process.exit(1).
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot