Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit a5be796

Browse files
authored
Updated global dependency info in CONTRIBUTING.md (#2153)
1 parent f952f0f commit a5be796

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## Fixed
1212
- [client] Added missing content to signed in view of Cosmos DB service dialog and fixed product page link in PR [2150](https://github.com/microsoft/BotFramework-Emulator/pull/2150)
13+
- [docs] Modified CONTRIBUTING.md to include updated information about global dependencies required to build from source in PR [2153](https://github.com/microsoft/BotFramework-Emulator/pull/2153)
1314

1415
## v4.9.0 - 2020 - 05 - 11
1516
## Added

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ cd BotFramework-Emulator
3737

3838
### Install global dependencies
3939

40-
> npm version 5.6.0 or greater is required.
40+
> **NOTE:** Due to the version of Electron that the Emulator uses, it's recommended to use **Node v10.14.2** when building the project from source. Later versions might result in build or runtime errors.
41+
>
42+
> **npm version 5.6.0** or greater is also required. (Node v10.14.x includes 6.4.1)
4143
4244
```
43-
npm i -g [email protected] [email protected] webpack-cli jest
45+
4446
```
4547

4648
> **NOTE:** If you are using Linux, building the Emulator might result in an error due to a missing package: **libXScrnSaver**. If you run into this error, install the package using your OS's package manager and retry:

0 commit comments

Comments
 (0)