Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added error handling to NPMInstall build process #2080

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

iashishkpal
Copy link

  • Wrapped subprocess.run in try-except block to catch CalledProcessError and FileNotFoundError.
  • Added detailed error messages for better debugging during frontend build.
  • Improved platform compatibility with specific handling for Windows systems.

- Wrapped `subprocess.run` in `try-except` block to catch `CalledProcessError` and `FileNotFoundError`.
- Added detailed error messages for better debugging during frontend build.
- Improved platform compatibility with specific handling for Windows systems.
@jrobinAV jrobinAV added 🖧 Devops Operations, monitoring, maintenance, deployment, packaging 🖰 GUI Related to GUI labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖧 Devops Operations, monitoring, maintenance, deployment, packaging 🖰 GUI Related to GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants