You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ The Graph Explorer is written in [TypeScript](https://www.typescriptlang.org/) a
13
13
14
14
Microsoft Graph Explorer is built and developed using node v18.
15
15
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.
17
18
-`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).
18
19
19
20
### Enabling authentication with your own credentials
0 commit comments