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

fix: handle missing angular dependencis error #91

Merged
merged 6 commits into from
Nov 28, 2023
Merged

Conversation

JGAntunes
Copy link
Contributor

Follow up to #87, our observability picked up on another unhandled internal error:

This time is the unhandled resolve exception. This should take care of that hopefully 👍

Copy link

netlify bot commented Nov 27, 2023

Deploy Preview for plugin-angular-universal-demo ready!

Name Link
🔨 Latest commit 72226d9
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/6564d637cc1b0900084e748b
😎 Deploy Preview https://deploy-preview-91--plugin-angular-universal-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Nov 27, 2023
@Skn0tt
Copy link
Contributor

Skn0tt commented Nov 27, 2023

it looks like the test runs are installing the plugin from NPM, as opposed to using the local one 🤔 https://github.com/netlify/angular-runtime/actions/runs/7004802463/job/19053297061?pr=91#step:6:285

@@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18.13.0, '*']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped the CI execution to latest 18 as we were hitting some limitations with the node test runner:

Which have been fixed since then.

@JGAntunes
Copy link
Contributor Author

@ascorbic @Skn0tt done. Mind re-👀-ing?

@Skn0tt Skn0tt merged commit b5df118 into main Nov 28, 2023
8 checks passed
@mrstork mrstork deleted the fix/missing-angular-deps branch May 30, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants