...
Reload the project again in the solution explorer to resolve.
Deploy-app.bat Fails and Closes the cmd Prompt
Sometimes, running src\MarineLMSExtensions.Web.Main\Support\deploy-app.bat
fails and closes the cmd
prompt window.
Follow the steps below to fix that:
Delete all folders
\src\MarineLMSExtensions.Web.Main\node_modules\webpack*
and\src\MarineLMSExtensions.Web.Main\node_modules\@webpack-cli
Alternatively, remove the whole folder\src\MarineLMSExtensions.Web.Main\node_modules
Open a new
cmd
prompt (run as admin) and switch to foldersrc\MarineLMSExtensions.Web.Main
Execute
npm update
Rerun
src\MarineLMSExtensions.Web.Main\Support\deploy-app.bat