Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 6774cdb

Browse files
authored
Merge branch 'master' into poc/INVGEN-45244-to-be-merged-to-master
2 parents aa85a7c + f2d255a commit 6774cdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ See [high level diagram](architecture.png)
3535
### Web Application Alone
3636
* From a command prompt, go to the `WebApplication` directory, and run `dotnet build`.
3737

38+
## (Optional) Update the npm packages
39+
* If you are not running the Application for the first time, but rather getting an update, you may need to install npm packages that were added since your last successfull run:
40+
1. Using command line go to `WebApplication/ClientApp` and run `npm install`. See [Adding npm package](#Add-npm-package-to-project) for more information.
41+
3842
## Run The Web Application Without Debugging
3943
### Clear and load initial data during app launch time
4044
- Create initial data: from the `WebApplication` directory, run `dotnet run initialize=true`

0 commit comments

Comments
 (0)