You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a Teams app (Microsoft Teams) and I got an error when updating packages.
Error message
Uncaught TypeError: Cannot read properties of undefined (reading 'fd')
at n20.useColors (@microsoft_teams-js.js?v=3fe307ba:1390:104)
at Function.t14 (@microsoft_teams-js.js?v=3fe307ba:153:55)
at @microsoft_teams-js.js?v=3fe307ba:1660:13
Packages
vite: 5.4.10
vite-plugin-env-compatible: 2.0.1
@microsoft/teams-js: 2.30.0
Description
The useColors function is in debug.js. The functons accesses process.stderr.fd but stderr is undefined.
Hi,
I am building a Teams app (Microsoft Teams) and I got an error when updating packages.
Error message
Packages
Description
The
useColors
function is indebug.js
. The functons accessesprocess.stderr.fd
butstderr
is undefined.https://github.com/debug-js/debug/blob/bc60914816e5e45a5fff1cd638410438fc317521/src/node.js#L155
The text was updated successfully, but these errors were encountered: