-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
✅ Deploy Preview for plugin-angular-universal-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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, '*'] |
There was a problem hiding this comment.
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:
- https://github.com/search?q=repo%3Anodejs%2Fnode+ERR_TAP_LEXER_ERROR&type=issues
- https://github.com/netlify/angular-runtime/actions/runs/7008488677/job/19064901851
Which have been fixed since then.
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 👍