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
#!/usr/bin/env node
// Copyright (c) Microsoft Corporation.// Licensed under the MIT License.constpath=require('path');constassemblyDir=path.join(__dirname,'net8.0');
The text was updated successfully, but these errors were encountered:
If you take a look at the included folders of the package, you will notice that there is no
net8.0
folder: https://www.npmjs.com/package/node-api-dotnet-generator?activeTab=codeHowever, it's imported in the
index.js
file:https://github.com/microsoft/node-api-dotnet/blob/main/src/node-api-dotnet/generator/index.js#L7
The text was updated successfully, but these errors were encountered: