Skip to content

Commit 2efd3ea

Browse files
authored
Add missing step to readme of excel-shared-runtime-scenario
1 parent 3aad7f7 commit 2efd3ea

File tree

1 file changed

+3
-1
lines changed
  • Samples/excel-shared-runtime-scenario

1 file changed

+3
-1
lines changed

Samples/excel-shared-runtime-scenario/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Additionally the add-in has a custom function that can display a filtered view o
6969

7070
## Build and run the solution
7171

72-
In the command prompt, run the command `start npm start`. This will open a second command prompt, build the project and then start a server (with dev mode settings). It takes from 5 to 30 seconds. When it finishes, the last line should say `Compiled successfully`. Minimize this command prompt.
72+
In the command prompt in the root of the project, run the command `npm install`.
73+
74+
When the installation completes, run the command `start npm start`. This will open a second command prompt, build the project and then start a server (with dev mode settings). It takes from 5 to 30 seconds. When it finishes, the last line should say `Compiled successfully`. Minimize this command prompt.
7375

7476
Back in the original command prompt, run the command `npm run sideload`. This will launch Excel and sideload the add-in. After a few seconds, a ribbon named `Contoso Data` will appear.
7577

0 commit comments

Comments
 (0)