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
2. Configure your email address in tools/.local/default.json to receive emailed logs. (OPTIONAL)
5
+
2. Configure your email address in `tools/.local/default.json` to receive emailed logs. (OPTIONAL)
6
6
3. Confirm you have NodeJS installed.
7
7
Open PowerShell or GitBash and type `npm --version`.
8
8
If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
@@ -29,5 +29,3 @@
29
29
## Notes
30
30
1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
31
31
2. Run the tool from PowerShell x64 as an Administrator user
0 commit comments