@azure/storage-file-share broken for Node.js 14 after latest release #28919
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
Attempting to build a node js package results in the missing module issue
To Reproduce
Steps to reproduce the behavior:
npm i @azure/storage-file-share
Expected behavior
Since previous version of the package did support node 14, the new version should either stay backwards compatible or be published as a major release.
Error
Error: Cannot find module 'node:os'
Require stack:-
/home/app/node_modules/@azure/logger/dist/commonjs/log.js- /home/app/node_modules/@azure/logger/dist/commonjs/debug.js- /home/app/node_modules/@azure/logger/dist/commonjs/index.js- /home/app/node_modules/@azure/core-http/dist/index.js- /home/app/node_modules/@azure/storage-file-share/dist/index.js
The text was updated successfully, but these errors were encountered: