When running Add-Migration InitialCreate and building the project "AppOwnsDataClient.csproj", it failed as shown below. The Migrations folder was not created in the AppOwnsDataShared project. How to fix this problem?
Build started...
1>------ Build started: Project: AppOwnsDataReactClient, Configuration: Debug Any CPU ------
2>------ Build started: Project: AppOwnsDataClient, Configuration: Debug Any CPU ------
1>AppOwnsDataReactClient -> D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataReactClient\bin\Debug\net6.0\AppOwnsDataReactClient.dll
2>AppOwnsDataClient -> D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataClient\bin\Debug\net6.0\AppOwnsDataClient.dll
2>
2>up to date, audited 285 packages in 1s
2>
2>45 packages are looking for funding
2> run npm fund for details
2>
2>found 0 vulnerabilities
1>
1>up to date, audited 489 packages in 3s
1>
1>66 packages are looking for funding
1> run npm fund for details
1>
1>2 high severity vulnerabilities
1>
1>To address all issues, run:
1> npm audit fix
1>
1>Run npm audit for details.
2>
2>> app-owns-data-client@1.0.0 build
2>> webpack --no-stats
2>
1>
1>> app-owns-data-react-client@1.0.0 build
1>> webpack
1>
1>asset �[1m�[32mjs/bundle.js�[39m�[22m 4.59 MiB �[1m�[33m[compared for emit]�[39m�[22m (name: main) 1 related asset
1>asset �[1m�[32mindex.html�[39m�[22m 393 bytes �[1m�[33m[compared for emit]�[39m�[22m
1>cached modules 4.21 MiB (javascript) 1.25 KiB (runtime) �[1m�[32m[cached]�[39m�[22m 772 modules
1>webpack 5.73.0 compiled �[1m�[32msuccessfully�[39m�[22m in 2164 ms
2>D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataClient\AppOwnsDataClient.csproj(10,5): error MSB3073: The command "npm run build" exited with code 1.
2>Done building project "AppOwnsDataClient.csproj" -- FAILED.
========== Build: 1 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========
========== Build started at 4:32 PM and took 16.802 seconds ==========

When running Add-Migration InitialCreate and building the project "AppOwnsDataClient.csproj", it failed as shown below. The Migrations folder was not created in the AppOwnsDataShared project. How to fix this problem?
Build started...
1>------ Build started: Project: AppOwnsDataReactClient, Configuration: Debug Any CPU ------
2>------ Build started: Project: AppOwnsDataClient, Configuration: Debug Any CPU ------
1>AppOwnsDataReactClient -> D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataReactClient\bin\Debug\net6.0\AppOwnsDataReactClient.dll
2>AppOwnsDataClient -> D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataClient\bin\Debug\net6.0\AppOwnsDataClient.dll
2>
2>up to date, audited 285 packages in 1s
2>
2>45 packages are looking for funding
2> run
npm fundfor details2>
2>found 0 vulnerabilities
1>
1>up to date, audited 489 packages in 3s
1>
1>66 packages are looking for funding
1> run
npm fundfor details1>
1>2 high severity vulnerabilities
1>
1>To address all issues, run:
1> npm audit fix
1>
1>Run
npm auditfor details.2>
2>> app-owns-data-client@1.0.0 build
2>> webpack --no-stats
2>
1>
1>> app-owns-data-react-client@1.0.0 build
1>> webpack
1>
1>asset �[1m�[32mjs/bundle.js�[39m�[22m 4.59 MiB �[1m�[33m[compared for emit]�[39m�[22m (name: main) 1 related asset
1>asset �[1m�[32mindex.html�[39m�[22m 393 bytes �[1m�[33m[compared for emit]�[39m�[22m
1>cached modules 4.21 MiB (javascript) 1.25 KiB (runtime) �[1m�[32m[cached]�[39m�[22m 772 modules
1>webpack 5.73.0 compiled �[1m�[32msuccessfully�[39m�[22m in 2164 ms
2>D:\App-Owns-Data-Starter-Kit-main\AppOwnsDataClient\AppOwnsDataClient.csproj(10,5): error MSB3073: The command "npm run build" exited with code 1.
2>Done building project "AppOwnsDataClient.csproj" -- FAILED.
========== Build: 1 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========
========== Build started at 4:32 PM and took 16.802 seconds ==========