We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node 18.14.0 and 18.14.1 include npm 9.3.1, which has a breaking change related to how local dependencies are installed: nodejs/node#46542
This breaks pipeline js - template - ci:
js - template - ci
https://dev.azure.com/azure-sdk/public/_build/results?buildId=2206943&view=logs&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=2102385d-609d-5572-64d2-932661c7902f&l=30
When installing Node 18, we should require >= 18.14.2 to avoid this isssue.
>= 18.14.2
The text was updated successfully, but these errors were encountered:
Closing in favor of Azure/azure-sdk-tools#5536
Sorry, something went wrong.
mikeharder
No branches or pull requests
Node 18.14.0 and 18.14.1 include npm 9.3.1, which has a breaking change related to how local dependencies are installed: nodejs/node#46542
This breaks pipeline
js - template - ci
:https://dev.azure.com/azure-sdk/public/_build/results?buildId=2206943&view=logs&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=2102385d-609d-5572-64d2-932661c7902f&l=30
When installing Node 18, we should require
>= 18.14.2
to avoid this isssue.The text was updated successfully, but these errors were encountered: