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
When using Node 18.14.0 or 18.14.1 with npm 9.3.1, pipeline "autorest.csharp" fails with the following error:
error TS2688: Cannot find type definition file for 'mocha'.
The file is in the program because:
Entry point of type library 'mocha' specified in compilerOptions
Node 18.14.2 was released today and should fix this issue. Since this repo already pinned to Node 18.13.0 (#3097), I think the best approach is to wait until our build agents have upgraded to Node 18.14.2, then revert #3097.
The text was updated successfully, but these errors were encountered:
When using Node 18.14.0 or 18.14.1 with npm 9.3.1, pipeline "autorest.csharp" fails with the following error:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2171100&view=logs&j=45f9faef-ad3a-5235-6d52-a4da1b0ab954&s=45a4dd8c-d89a-566b-d89f-6724086326ec&t=9a8cf63c-b194-5fc6-b9a6-f445bb38c677&l=37
I verified this is due to nodejs/node#46542, and is fixed in npm 9.4.2 (#3133).
Node 18.14.2 was released today and should fix this issue. Since this repo already pinned to Node 18.13.0 (#3097), I think the best approach is to wait until our build agents have upgraded to Node 18.14.2, then revert #3097.
The text was updated successfully, but these errors were encountered: