Skip to content

Commit 7872a05

Browse files
author
Anatoly Bolshakov
authored
Added note - node version for task build command (microsoft#15256)
1 parent aa94115 commit 7872a05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/contribute.md

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ the `_build` directory. You can then use the tfx client to upload this to your
7777

7878
The build will also generate a `tasks.loc.json` and an english strings file under `Strings` in your source tree. You should check these back in. Another localization process will create the other strings files.
7979

80+
Note: if you see some issues with externals downloading - you may probably need to downgrade NodeJS version to 8 to build task.
81+
You can use [nvm](https://github.com/nvm-sh/nvm) to install and use several NodeJS versions on your environment.
82+
8083
## Build All Tasks (this can take a while):
8184

8285
``` bash

0 commit comments

Comments
 (0)