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

Unhandled exception trying install nodejs version #2549

Open
Cpunteney3 opened this issue Dec 5, 2024 · 0 comments
Open

Unhandled exception trying install nodejs version #2549

Cpunteney3 opened this issue Dec 5, 2024 · 0 comments

Comments

@Cpunteney3
Copy link

Bug Report

  • At what date and time did you most recently experience the problem?
    12/4/24 10:45 pm CST

  • Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
    Azure Static Web Apps with Gitlab CI/CD

  • If your repo is publicly available please share its URL:

  • What happened?
    When trying to run CI pipeline and deploy a react app, I get an error in the deploy stage while oryx is attempting to build the app.

  • What did you expect or want to happen?
    Deploy the app

  • How can we reproduce it?

  • Do you have log output? Please include between the backticks:

---Oryx build logs---
Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues
Oryx Version: 0.2.20231128.3, Commit: 0b76566110f0db32097b869761e056fd9b01848d, ReleaseTagName: 20231128.3
Build Operation ID: 0d8fd6a145ea09e2
Repository Commit : a1b79c75841382166665442ba5ffd1908ac14e10
OS Type           : bullseye
Image Type        : jamstack
Detecting platforms...
Detected following platforms:
  nodejs: 18.20.4
  python: 3.9.20
Version '18.20.4' of platform 'nodejs' is not installed. Generating script to install it...
Version '3.9.20' of platform 'python' is not installed. Generating script to install it...
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
   at CallSite.Target(Closure, CallSite, Object)
---End of Oryx build logs---
Oryx has failed to build the solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant