Skip to content

Commit aab4e11

Browse files
lehrtTheresa Lehr
andauthored
fix: dummy--readme updates (#3986)
* dummy-readme updates * cleanup --------- Co-authored-by: Theresa Lehr <[email protected]>
1 parent f7b1424 commit aab4e11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The Graph Explorer is written in [TypeScript](https://www.typescriptlang.org/) a
1313

1414
Microsoft Graph Explorer is built and developed using node v18.
1515

16-
- `npm install` to install project dependencies. `npm` is installed by default with [Node.js](https://nodejs.org/).
16+
- `npm install` to install project dependencies. `npm` is installed by default with [Node.js](https://nodejs.org/). If you have issues with packages, try using Node version 18.20.0 locally when you try to run.
17+
- `npm run build` to build the project.
1718
- `npm start` starts the TypeScript compiler in watch mode and the local server. It should open your browser automatically with the Graph Explorer at [http://localhost:3000/](http://localhost:3000).
1819

1920
### Enabling authentication with your own credentials

0 commit comments

Comments
 (0)