Can not run azure sdk in nodev12.22.12, node:os issue etc #28986
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
While I try to ng serve my backend, I was facing issues initially with can't resolve node:os for my @azure/[email protected], the fix for this was the update my package.json to 1.0.0 from ^1.0.0. Once I resolved that I am now facing another issue that is a nodev14+ issue which is the coalescence operator. in the package I listed above:
const { abortSignal, abortErrorMsg } = options ?? {}; SyntaxError: Unexpected token '?'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Code was working two weeks or less ago. Now it will not run with this module.
Screenshots


The text was updated successfully, but these errors were encountered: