Skip to content

Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096' #30909

Closed

Description

  • VSCode Version: code-oss-dev@1.15.0
  • OS Version: Windows 10 build 15063 x64

I am trying to build it from the source, but I am not sure exactly what to do. When I ran scripts\npm.bat install, it completed successfully. Then I ran scripts\code.bat and a stranger window showed up. It is it the compiled version? It did not seem to work correctly.

image

How can I create full build? The page:

  1. https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source

Does not offered how to create an executable from the source. When I run scripts\npm.bat install what should happen? For now I only see it create the folder out/out-build within some javascript files:

image

Later I tried to ran the scripts\code.bat and created an executable similar in size to the stable version on the folder .build\electron:

image

But when I run npm run watch, this error is throw:

    FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

    npm ERR! Windows_NT 10.0.15063
    npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
    npm ERR! node v6.11.0
    npm ERR! npm  v3.10.10
    npm ERR! code ELIFECYCLE
    npm ERR! code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
    npm ERR! Exit status 3
    npm ERR!
    npm ERR! Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
    npm ERR! not with npm itself.

Steps to Reproduce

  1. git clone https://github.com/Microsoft/vscode

  2. cd vscode

  3. scripts\npm.bat install

  4. npm run watch

  5. Outputs:

    F:\vscode>npm run watch
    
    > code-oss-dev@1.15.0 watch F:\vscode
    > gulp watch --max_old_space_size=4096
    
    [03:46:09] Node flags detected: --max_old_space_size=4096
    [03:46:09] Respawned to PID: 13424
    
    <--- Last few GCs --->
    
         216 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.6 / 0.0 ms [allocation failure] [GC in old space requested].
         225 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 9.4 / 0.0 ms [allocation failure] [GC in old space requested].
         232 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested].
         237 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 5.2 / 0.0 ms [last resort gc].
         242 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.4 / 0.0 ms [last resort gc].
    
    
    <--- JS stacktrace --->
    
    ==== JS stack trace =========================================
    
    Security context: 2C57B80D <JS Object>
        1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3BB1C4DC] (this=2C5081D9 <undefined>,exports=11A70641 <an Object with map 36909AC9>,require=2C586235 <JS Function NativeModule.require (SharedFunctionInfo 2C583899)>,module=11A70609 <a NativeModule with map 3690E351>,__filename=11A70629 <String[9]: module.js>,__dirname=2C5081D9 <undefined>)
        2: arguments adaptor frame: 4->5
        3: comp...
    
    FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
    
    npm ERR! Windows_NT 10.0.15063
    npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
    npm ERR! node v6.11.0
    npm ERR! npm  v3.10.10
    npm ERR! code ELIFECYCLE
    npm ERR! code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
    npm ERR! Exit status 3
    npm ERR!
    npm ERR! Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR!     gulp watch --max_old_space_size=4096
    npm ERR! You can get information on how to open an issue for this project with:
    npm ERR!     npm bugs code-oss-dev
    npm ERR! Or if that isn't available, you can get their info via:
    npm ERR!     npm owner ls code-oss-dev
    npm ERR! There is likely additional logging output above.
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     F:\vscode\npm-debug.log
    
    F:\vscode>
    


File npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\User\\Documents\\Nodejs\\bin\\node.exe',
1 verbose cli   'D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'watch' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ]
5 info lifecycle code-oss-dev@1.15.0~prewatch: code-oss-dev@1.15.0
6 silly lifecycle code-oss-dev@1.15.0~prewatch: no script for prewatch, continuing
7 info lifecycle code-oss-dev@1.15.0~watch: code-oss-dev@1.15.0
8 verbose lifecycle code-oss-dev@1.15.0~watch: unsafe-perm in lifecycle true
9 verbose lifecycle code-oss-dev@1.15.0~watch: PATH: D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin;F:\vscode\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\MATLAB_R2017a\runtime\win64;C:\MATLAB_R2017a\bin;C:\Program Files (x86)\QuickTime\QTSystem\;F:\Python27;F:\Python27\Library\mingw-w64\bin;F:\Python27\Library\usr\bin;F:\Python27\Library\bin;F:\Python27\Scripts;D:\User\Documents\latex\texmfs\install\miktex\bin\;D:\User\Documents\Cygwin64\bin;C:\Users\Professional\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\JDK\bin;C:\Program Files (x86)\Git\bin;D:\User\Dropbox\Applications\SoftwareVersioning\SpeakTimeVBScript;D:\User\Documents\SumatraPDF\bin;D:\User\Documents\apache_marven\maven\bin;D:\User\Documents\Ruby21-x64\bin;F:\VisualStudio2015\VC\bin;D:\User\DataStore\GamesDataStore\Conter-Strike1.6\Outros\Addons\Multi-Mod\Amx Mod X\CompilerDefault;D:\User\Documents\CMake\bin;D:\User\Documents\Vim\vim74;D:\User\Documents\Perl64\bin;D:\User\Documents\Perl64\site\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\lib\extralibs\bin;D:\User\Documents\Nodejs\bin;D:\User\Documents\Ant\bin\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Users\Professional\App
10 verbose lifecycle code-oss-dev@1.15.0~watch: CWD: F:\vscode
11 silly lifecycle code-oss-dev@1.15.0~watch: Args: [ '/d /s /c', 'gulp watch --max_old_space_size=4096' ]
12 silly lifecycle code-oss-dev@1.15.0~watch: Returned: code: 3  signal: null
13 info lifecycle code-oss-dev@1.15.0~watch: Failed to exec watch script
14 verbose stack Error: code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
14 verbose stack Exit status 3
14 verbose stack     at EventEmitter.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid code-oss-dev@1.15.0
16 verbose cwd F:\vscode
17 error Windows_NT 10.0.15063
18 error argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
22 error Exit status 3
23 error Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the code-oss-dev package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     gulp watch --max_old_space_size=4096
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs code-oss-dev
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls code-oss-dev
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

F:\vscode>


1) When I ran the command scripts\npm.bat install for the first time, this was the output:

F:\vscode>scripts\npm.bat install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> code-oss-dev@1.15.0 preinstall F:\vscode
> node build/npm/preinstall.js


> oniguruma@6.1.1 install F:\vscode\node_modules\oniguruma
> node-gyp rebuild


F:\vscode\node_modules\oniguruma>if not defined npm_config_node_gyp (node "D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  regcomp.c
  regenc.c
  regerror.c
  regexec.c
  regext.c
  reggnu.c
  regparse.c
  regposerr.c
  regposix.c
  regsyntax.c
  regtrav.c
  regversion.c
  st.c
  ascii.c
  big5.c
  cp1251.c
  euc_jp.c
  euc_kr.c
  euc_tw.c
  gb18030.c
  iso8859_1.c
  iso8859_2.c
  iso8859_3.c
  iso8859_4.c
  iso8859_5.c
  iso8859_6.c
  iso8859_7.c
  iso8859_8.c
  iso8859_9.c
  iso8859_10.c
  iso8859_11.c
  iso8859_13.c
  iso8859_14.c
  iso8859_15.c
  iso8859_16.c
  koi8.c
  koi8_r.c
  mktable.c
  sjis.c
  unicode.c
  utf16_be.c
  utf16_le.c
  utf32_be.c
  utf32_le.c
  utf8.c
  win_delay_load_hook.cc
  oniguruma.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\\oniguruma.lib
  onig-result.cc
  onig-reg-exp.cc
  onig-scanner.cc
  onig-scanner-worker.cc
  onig-searcher.cc
  onig-string.cc
  win_delay_load_hook.cc
     Creating library F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.lib and object F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.exp
  Generating code
  Finished generating code
  onig_scanner.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\\onig_scanner.node
  onig_scanner.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.pdb (Full PDB)

> code-oss-dev@1.15.0 postinstall F:\vscode
> node build/npm/postinstall.js


> vscode-extensions@0.0.1 postinstall F:\vscode\extensions
> node ./postinstall

removed 'F:\vscode\extensions\node_modules\typescript\lib\tsc.js'
removed 'F:\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.d.ts'
removed 'F:\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.js'
removed 'F:\vscode\extensions\node_modules\typescript\lib\typescriptServices.d.ts'
removed 'F:\vscode\extensions\node_modules\typescript\lib\typescriptServices.js'
vscode-extensions@0.0.1 F:\vscode\extensions
`-- typescript@2.4.2-insiders.20170630

npm WARN vscode-extensions@0.0.1 No repository field.
npm WARN vscode-extensions@0.0.1 No license field.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
vscode-api-tests@0.0.1 F:\vscode\extensions\vscode-api-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
+-- typescript@1.8.10
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> vscode-colorize-tests@0.0.1 postinstall F:\vscode\extensions\vscode-colorize-tests
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: *
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

vscode-colorize-tests@0.0.1 F:\vscode\extensions\vscode-colorize-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0


> json@0.1.0 postinstall F:\vscode\extensions\json
> cd server && npm install

vscode-json-languageserver@1.0.0 F:\vscode\extensions\json\server
+-- @types/node@6.0.83
+-- agent-base@1.0.2
+-- debug@2.6.6
+-- extend@3.0.1
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.4.2
+-- ms@0.7.3
+-- request-light@0.2.1
+-- vscode-json-languageservice@2.0.12
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.1

npm WARN vscode-json-languageserver@1.0.0 No repository field.
json@0.1.0 F:\vscode\extensions\json
+-- @types/node@6.0.83
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN json@0.1.0 No description
npm WARN json@0.1.0 No repository field.
npm WARN json@0.1.0 No license field.
configuration-editing@0.0.1 F:\vscode\extensions\configuration-editing
+-- @types/node@7.0.37
+-- jsonc-parser@0.3.1
`-- vscode-nls@2.0.2

npm WARN configuration-editing@0.0.1 No description
npm WARN configuration-editing@0.0.1 No repository field.
npm WARN configuration-editing@0.0.1 No license field.
extension-editing@0.0.1 F:\vscode\extensions\extension-editing
+-- @types/markdown-it@0.0.2
+-- @types/node@6.0.78
+-- argparse@1.0.9
+-- entities@1.1.1
+-- jsonc-parser@0.3.1
+-- linkify-it@2.0.3
+-- markdown-it@8.3.1
+-- mdurl@1.0.1
+-- parse5@3.0.2
+-- sprintf-js@1.0.3
+-- uc.micro@1.0.3
`-- vscode-nls@2.0.2

npm WARN extension-editing@0.0.1 No description
npm WARN extension-editing@0.0.1 No repository field.
npm WARN extension-editing@0.0.1 No license field.
vscode-markdown@0.2.0 F:\vscode\extensions\markdown
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- argparse@1.0.9
+-- entities@1.1.1
+-- gulp-rename@1.2.2
+-- gulp-replace@0.5.4
| +-- istextorbinary@1.0.2
| | +-- binaryextensions@1.0.1
| | `-- textextensions@1.0.2
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- inherits@2.0.3
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| `-- replacestream@4.0.2
|   +-- escape-string-regexp@1.0.5
|   `-- object-assign@4.1.1
+-- highlight.js@9.5.0
+-- linkify-it@2.0.3
+-- markdown-it@8.2.2
+-- markdown-it-named-headers@0.0.4
+-- mdurl@1.0.1
+-- sprintf-js@1.0.3
+-- string@3.3.1
+-- uc.micro@1.0.3
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN vscode-markdown@0.2.0 No repository field.
npm WARN vscode-markdown@0.2.0 No license field.
typescript@0.10.1 F:\vscode\extensions\typescript
+-- @types/node@7.0.37
+-- @types/semver@5.3.32
+-- applicationinsights@0.18.0
+-- semver@4.3.6
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.1
`-- winreg@1.2.3

npm WARN typescript@0.10.1 No repository field.
php@0.1.0 F:\vscode\extensions\php
+-- @types/node@7.0.37
`-- vscode-nls@1.0.7

npm WARN php@0.1.0 No description
npm WARN php@0.1.0 No repository field.
npm WARN php@0.1.0 No license field.
javascript@0.1.0 F:\vscode\extensions\javascript
+-- @types/node@7.0.37
+-- agent-base@1.0.2
+-- debug@2.2.0
+-- extend@3.0.0
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.3.1
+-- ms@0.7.1
+-- request-light@0.2.0
`-- vscode-nls@2.0.2

npm WARN javascript@0.1.0 No description
npm WARN javascript@0.1.0 No repository field.
npm WARN javascript@0.1.0 No license field.

> css@0.1.0 postinstall F:\vscode\extensions\css
> cd server && npm install

vscode-css-languageserver@1.0.0 F:\vscode\extensions\css\server
+-- @types/node@6.0.83
+-- vscode-css-languageservice@2.1.1
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageserver@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN vscode-css-languageserver@1.0.0 No repository field.
css@0.1.0 F:\vscode\extensions\css
+-- @types/node@6.0.83
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageclient@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN css@0.1.0 No description
npm WARN css@0.1.0 No repository field.
npm WARN css@0.1.0 No license field.

> html@0.1.0 postinstall F:\vscode\extensions\html
> cd server && npm install

vscode-html-languageserver@1.0.0 F:\vscode\extensions\html\server
+-- @types/mocha@2.2.41
+-- @types/node@6.0.83
+-- vscode-css-languageservice@2.1.0
| `-- vscode-languageserver-types@3.2.0
+-- vscode-html-languageservice@2.0.5
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.0

npm WARN vscode-html-languageserver@1.0.0 No repository field.
html@0.1.0 F:\vscode\extensions\html
+-- @types/mocha@2.2.41
+-- @types/node@6.0.83
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN html@0.1.0 No description
npm WARN html@0.1.0 No repository field.
npm WARN html@0.1.0 No license field.
git@0.0.1 F:\vscode\extensions\git
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- iconv-lite@0.4.15
+-- mocha@3.4.2
| +-- browser-stdout@1.3.0
| +-- commander@2.9.0
| | `-- graceful-readlink@1.0.1
| +-- debug@2.6.0
| | `-- ms@0.7.2
| +-- diff@3.2.0
| +-- escape-string-regexp@1.0.5
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | +-- minimatch@3.0.4
| | | `-- brace-expansion@1.1.8
| | |   +-- balanced-match@1.0.0
| | |   `-- concat-map@0.0.1
| | +-- once@1.4.0
| | `-- path-is-absolute@1.0.1
| +-- growl@1.9.2
| +-- json3@3.3.2
| +-- lodash.create@3.1.1
| | +-- lodash._baseassign@3.2.0
| | | +-- lodash._basecopy@3.0.1
| | | `-- lodash.keys@3.1.2
| | |   +-- lodash._getnative@3.9.1
| | |   +-- lodash.isarguments@3.1.0
| | |   `-- lodash.isarray@3.0.4
| | +-- lodash._basecreate@3.0.3
| | `-- lodash._isiterateecall@3.0.9
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- supports-color@3.1.2
|   `-- has-flag@1.0.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN git@0.0.1 No repository field.
npm WARN git@0.0.1 No license field.
gulp@0.0.1 F:\vscode\extensions\gulp
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN gulp@0.0.1 No repository field.
npm WARN gulp@0.0.1 No license field.
grunt@0.0.1 F:\vscode\extensions\grunt
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN grunt@0.0.1 No repository field.
npm WARN grunt@0.0.1 No license field.
jake@0.0.1 F:\vscode\extensions\jake
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
merge-conflict@0.7.0 F:\vscode\extensions\merge-conflict
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN merge-conflict@0.7.0 No repository field.
npm WARN merge-conflict@0.7.0 No license field.
emmet@0.0.1 F:\vscode\extensions\emmet
+-- @emmetio/abbreviation@0.6.1
+-- @emmetio/css-abbreviation@0.3.1
+-- @emmetio/css-parser@0.3.0
+-- @emmetio/css-snippets-resolver@0.2.5
+-- @emmetio/expand-abbreviation@0.5.8
+-- @emmetio/extract-abbreviation@0.1.2
+-- @emmetio/field-parser@0.3.0
+-- @emmetio/html-matcher@0.3.2
+-- @emmetio/html-snippets-resolver@0.1.4
+-- @emmetio/html-transform@0.3.2
+-- @emmetio/implicit-tag@1.0.0
+-- @emmetio/lorem@1.0.1
+-- @emmetio/markup-formatters@0.3.3
+-- @emmetio/math-expression@0.1.1
+-- @emmetio/node@0.1.2
+-- @emmetio/output-profile@0.1.5
+-- @emmetio/output-renderer@0.1.1
+-- @emmetio/snippets@0.2.3
+-- @emmetio/snippets-registry@0.3.1
+-- @emmetio/stream-reader@2.2.0
+-- @emmetio/stream-reader-utils@0.1.0
+-- @emmetio/stylesheet-formatters@0.1.2
+-- @emmetio/variable-resolver@0.2.1
+-- @types/node@7.0.37
`-- vscode-emmet-helper@0.0.18

npm WARN emmet@0.0.1 No license field.
npm@0.0.1 F:\vscode\extensions\npm
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN npm@0.0.1 No repository field.
npm WARN npm@0.0.1 No license field.
npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

> code-oss-dev-build@1.0.0 postinstall F:\vscode\build
> npm run compile


> code-oss-dev-build@1.0.0 compile F:\vscode\build
> tsc

code-oss-dev-build@1.0.0 F:\vscode\build
+-- @types/azure@0.9.19
+-- @types/documentdb@1.10.1
+-- @types/es6-collections@0.5.30
+-- @types/es6-promise@0.0.32
+-- @types/mime@0.0.29
+-- @types/node@7.0.37
+-- @types/xml2js@0.0.33
+-- azure-storage@2.2.1
| +-- browserify-mime@1.2.9
| +-- extend@1.2.1
| +-- json-edm-parser@0.1.2
| | `-- jsonparse@1.2.0
| +-- md5.js@1.3.4
| | +-- hash-base@3.0.4
| | | `-- safe-buffer@5.1.1
| | `-- inherits@2.0.3
| +-- readable-stream@2.0.6
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- string_decoder@0.10.31
| | `-- util-deprecate@1.0.2
| +-- request@2.74.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- bl@1.1.2
| | +-- caseless@0.11.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.1
| | +-- forever-agent@0.6.1
| | +-- form-data@1.0.1
| | | `-- async@2.5.0
| | +-- har-validator@2.0.6
| | | +-- chalk@1.1.3
| | | | +-- ansi-styles@2.2.1
| | | | +-- escape-string-regexp@1.0.5
| | | | +-- has-ansi@2.0.0
| | | | | `-- ansi-regex@2.1.1
| | | | +-- strip-ansi@3.0.1
| | | | `-- supports-color@2.0.0
| | | +-- commander@2.11.0
| | | +-- is-my-json-valid@2.16.0
| | | | +-- generate-function@2.0.0
| | | | +-- generate-object-property@1.2.0
| | | | | `-- is-property@1.0.2
| | | | +-- jsonpointer@4.0.1
| | | | `-- xtend@4.0.1
| | | `-- pinkie-promise@2.0.1
| | |   `-- pinkie@2.0.4
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.1
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.7
| | |   | `-- assert-plus@1.0.0
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- node-uuid@1.4.8
| | +-- oauth-sign@0.8.2
| | +-- qs@6.2.3
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | | `-- punycode@1.4.1
| | `-- tunnel-agent@0.4.3
| +-- underscore@1.8.3
| +-- uuid@3.1.0
| +-- validator@3.35.0
| +-- xml2js@0.2.7
| | `-- sax@0.5.2
| `-- xmlbuilder@0.4.3
+-- documentdb@1.12.0
| +-- binary-search-bounds@2.0.3
| +-- priorityqueuejs@1.0.0
| `-- semaphore@1.0.5
+-- mime@1.3.6
+-- minimist@1.2.0
+-- typescript@2.4.1
`-- xml2js@0.4.17
  +-- sax@1.2.4
  `-- xmlbuilder@4.2.1
    `-- lodash@4.17.4

npm WARN code-oss-dev-build@1.0.0 No description
npm WARN code-oss-dev-build@1.0.0 No repository field.
npm WARN code-oss-dev-build@1.0.0 No license field.

> nsfw@1.0.16 install F:\vscode\build\lib\watch\node_modules\nsfw
> node-gyp rebuild


F:\vscode\build\lib\watch\node_modules\nsfw>if not defined npm_config_node_gyp (node "D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Warning: Missing input files:
F:\vscode\build\lib\watch\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  opa_primitives.c
  opa_queue.c
  win_delay_load_hook.cc
  openpa.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\\openpa.lib
  NSFW.cpp
  Queue.cpp
  NativeInterface.cpp
  ReadLoop.cpp
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\NSFW.cpp)F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel'
has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\vscode\build\lib\watch\nod
e_modules\nsfw\build\nsfw.vcxproj]

  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)F:\vscode\bui
  ld\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)

F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\NativeInterface.cpp)F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_S
hm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\vscode\build\lib\watch\n
ode_modules\nsfw\build\nsfw.vcxproj]

  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)F:
  \vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)

F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
  ReadLoopRunner.cpp
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  c:\users\professional\.node-gyp\6.11.0\include\node\v8.h(3276): note: see declaration of 'v8::Function::NewInstance'
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
     Creating library F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.lib and object F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.exp
  Generating code
  Finished generating code
  nsfw.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\\nsfw.node
  nsfw.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB)
watch@1.0.0 F:\vscode\build\lib\watch
+-- gulp-watch@4.3.11
| +-- anymatch@1.3.0
| | +-- arrify@1.0.1
| | `-- micromatch@2.3.11
| |   +-- arr-diff@2.0.0
| |   | `-- arr-flatten@1.1.0
| |   +-- array-unique@0.2.1
| |   +-- braces@1.8.5
| |   | +-- expand-range@1.8.2
| |   | | `-- fill-range@2.2.3
| |   | |   +-- is-number@2.1.0
| |   | |   +-- isobject@2.1.0
| |   | |   +-- randomatic@1.1.7
| |   | |   | +-- is-number@3.0.0
| |   | |   | | `-- kind-of@3.2.2
| |   | |   | `-- kind-of@4.0.0
| |   | |   `-- repeat-string@1.6.1
| |   | +-- preserve@0.2.0
| |   | `-- repeat-element@1.1.2
| |   +-- expand-brackets@0.1.5
| |   | `-- is-posix-bracket@0.1.1
| |   +-- extglob@0.3.2
| |   +-- filename-regex@2.0.1
| |   +-- is-extglob@1.0.0
| |   +-- kind-of@3.2.2
| |   | `-- is-buffer@1.1.5
| |   +-- normalize-path@2.1.1
| |   | `-- remove-trailing-separator@1.0.2
| |   +-- object.omit@2.0.1
| |   | +-- for-own@0.1.5
| |   | | `-- for-in@1.0.2
| |   | `-- is-extendable@0.1.1
| |   +-- parse-glob@3.0.4
| |   | +-- glob-base@0.3.0
| |   | | `-- glob-parent@2.0.0
| |   | `-- is-dotfile@1.0.3
| |   `-- regex-cache@0.4.3
| |     +-- is-equal-shallow@0.1.3
| |     `-- is-primitive@2.0.0
| +-- chokidar@1.7.0
| | +-- async-each@1.0.1
| | +-- glob-parent@2.0.0
| | +-- inherits@2.0.3
| | +-- is-binary-path@1.0.1
| | | `-- binary-extensions@1.8.0
| | +-- is-glob@2.0.1
| | `-- readdirp@2.1.0
| |   +-- minimatch@3.0.4
| |   | `-- brace-expansion@1.1.8
| |   |   +-- balanced-match@1.0.0
| |   |   `-- concat-map@0.0.1
| |   `-- set-immediate-shim@1.0.1
| +-- glob-parent@3.1.0
| | +-- is-glob@3.1.0
| | | `-- is-extglob@2.1.1
| | `-- path-dirname@1.0.2
| +-- gulp-util@3.0.8
| | +-- array-differ@1.0.0
| | +-- array-uniq@1.0.3
| | +-- beeper@1.1.1
| | +-- chalk@1.1.3
| | | +-- ansi-styles@2.2.1
| | | +-- escape-string-regexp@1.0.5
| | | +-- has-ansi@2.0.0
| | | | `-- ansi-regex@2.1.1
| | | +-- strip-ansi@3.0.1
| | | `-- supports-color@2.0.0
| | +-- dateformat@2.0.0
| | +-- fancy-log@1.3.0
| | | `-- time-stamp@1.1.0
| | +-- gulplog@1.0.0
| | | `-- glogg@1.0.0
| | +-- has-gulplog@0.1.0
| | | `-- sparkles@1.0.0
| | +-- lodash._reescape@3.0.0
| | +-- lodash._reevaluate@3.0.0
| | +-- lodash._reinterpolate@3.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | | `-- lodash._root@3.0.1
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | +-- lodash.isarguments@3.1.0
| | | | `-- lodash.isarray@3.0.4
| | | +-- lodash.restparam@3.6.1
| | | `-- lodash.templatesettings@3.1.1
| | +-- minimist@1.2.0
| | +-- multipipe@0.1.2
| | | `-- duplexer2@0.0.2
| | |   `-- readable-stream@1.1.14
| | |     +-- isarray@0.0.1
| | |     `-- string_decoder@0.10.31
| | +-- object-assign@3.0.0
| | +-- replace-ext@0.0.1
| | +-- through2@2.0.3
| | | `-- xtend@4.0.1
| | `-- vinyl@0.5.3
| +-- object-assign@4.1.1
| +-- path-is-absolute@1.0.1
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| +-- slash@1.0.0
| +-- vinyl@1.2.0
| | +-- clone@1.0.2
| | `-- clone-stats@0.0.1
| `-- vinyl-file@2.0.0
|   +-- graceful-fs@4.1.11
|   +-- pify@2.3.0
|   +-- pinkie-promise@2.0.1
|   | `-- pinkie@2.0.4
|   +-- strip-bom@2.0.0
|   | `-- is-utf8@0.2.1
|   `-- strip-bom-stream@2.0.0
|     `-- first-chunk-stream@2.0.0
`-- nsfw@1.0.16
  +-- fs-extra@0.26.7
  | +-- jsonfile@2.4.0
  | +-- klaw@1.3.1
  | `-- rimraf@2.6.1
  |   `-- glob@7.1.2
  |     +-- fs.realpath@1.0.0
  |     +-- inflight@1.0.6
  |     | `-- wrappy@1.0.2
  |     `-- once@1.4.0
  +-- lodash.isinteger@4.0.4
  +-- lodash.isundefined@3.0.1
  +-- nan@2.6.2
  `-- promisify-node@0.3.0
    `-- nodegit-promise@4.0.0
      `-- asap@2.0.6

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
code-oss-dev@1.15.0 F:\vscode
+-- cson-parser@1.3.5
| `-- coffee-script@1.12.7
+-- oniguruma@6.1.1
`-- vscode-textmate@3.1.5

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})

F:\vscode>


2) When I ran the command scripts\npm.bat install for the after the first time, this was the output:

F:\vscode>scripts\npm.bat install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> code-oss-dev@1.15.0 preinstall F:\vscode
> node build/npm/preinstall.js


> code-oss-dev@1.15.0 postinstall F:\vscode
> node build/npm/postinstall.js


> vscode-extensions@0.0.1 postinstall F:\vscode\extensions
> node ./postinstall

npm WARN vscode-extensions@0.0.1 No repository field.
npm WARN vscode-extensions@0.0.1 No license field.

> vscode-colorize-tests@0.0.1 postinstall F:\vscode\extensions\vscode-colorize-tests
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: *
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts
vscode.d.ts successfully installed!


> json@0.1.0 postinstall F:\vscode\extensions\json
> cd server && npm install

vscode-json-languageserver@1.0.0 F:\vscode\extensions\json\server
`-- @types/node@6.0.84

npm WARN vscode-json-languageserver@1.0.0 No repository field.
json@0.1.0 F:\vscode\extensions\json
`-- @types/node@6.0.84

npm WARN json@0.1.0 No description
npm WARN json@0.1.0 No repository field.
npm WARN json@0.1.0 No license field.
configuration-editing@0.0.1 F:\vscode\extensions\configuration-editing
`-- @types/node@7.0.38

npm WARN configuration-editing@0.0.1 No description
npm WARN configuration-editing@0.0.1 No repository field.
npm WARN configuration-editing@0.0.1 No license field.
npm WARN extension-editing@0.0.1 No description
npm WARN extension-editing@0.0.1 No repository field.
npm WARN extension-editing@0.0.1 No license field.
vscode-markdown@0.2.0 F:\vscode\extensions\markdown
`-- @types/node@7.0.38

npm WARN vscode-markdown@0.2.0 No repository field.
npm WARN vscode-markdown@0.2.0 No license field.
typescript@0.10.1 F:\vscode\extensions\typescript
`-- @types/node@7.0.38

npm WARN typescript@0.10.1 No repository field.
php@0.1.0 F:\vscode\extensions\php
`-- @types/node@7.0.38

npm WARN php@0.1.0 No description
npm WARN php@0.1.0 No repository field.
npm WARN php@0.1.0 No license field.
javascript@0.1.0 F:\vscode\extensions\javascript
`-- @types/node@7.0.38

npm WARN javascript@0.1.0 No description
npm WARN javascript@0.1.0 No repository field.
npm WARN javascript@0.1.0 No license field.

> css@0.1.0 postinstall F:\vscode\extensions\css
> cd server && npm install

vscode-css-languageserver@1.0.0 F:\vscode\extensions\css\server
`-- @types/node@6.0.84

npm WARN vscode-css-languageserver@1.0.0 No repository field.
css@0.1.0 F:\vscode\extensions\css
`-- @types/node@6.0.84

npm WARN css@0.1.0 No description
npm WARN css@0.1.0 No repository field.
npm WARN css@0.1.0 No license field.

> html@0.1.0 postinstall F:\vscode\extensions\html
> cd server && npm install

vscode-html-languageserver@1.0.0 F:\vscode\extensions\html\server
`-- @types/node@6.0.84

npm WARN vscode-html-languageserver@1.0.0 No repository field.
html@0.1.0 F:\vscode\extensions\html
`-- @types/node@6.0.84

npm WARN html@0.1.0 No description
npm WARN html@0.1.0 No repository field.
npm WARN html@0.1.0 No license field.
git@0.0.1 F:\vscode\extensions\git
`-- @types/node@7.0.38

npm WARN git@0.0.1 No repository field.
npm WARN git@0.0.1 No license field.
gulp@0.0.1 F:\vscode\extensions\gulp
`-- @types/node@7.0.38

npm WARN gulp@0.0.1 No repository field.
npm WARN gulp@0.0.1 No license field.
grunt@0.0.1 F:\vscode\extensions\grunt
`-- @types/node@7.0.38

npm WARN grunt@0.0.1 No repository field.
npm WARN grunt@0.0.1 No license field.
jake@0.0.1 F:\vscode\extensions\jake
`-- @types/node@7.0.38

npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
merge-conflict@0.7.0 F:\vscode\extensions\merge-conflict
`-- @types/node@7.0.38

npm WARN merge-conflict@0.7.0 No repository field.
npm WARN merge-conflict@0.7.0 No license field.
emmet@0.0.1 F:\vscode\extensions\emmet
`-- @types/node@7.0.38

npm WARN emmet@0.0.1 No license field.
npm@0.0.1 F:\vscode\extensions\npm
`-- @types/node@7.0.38

npm WARN npm@0.0.1 No repository field.
npm WARN npm@0.0.1 No license field.
npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.

> code-oss-dev-build@1.0.0 postinstall F:\vscode\build
> npm run compile


> code-oss-dev-build@1.0.0 compile F:\vscode\build
> tsc

npm WARN code-oss-dev-build@1.0.0 No description
npm WARN code-oss-dev-build@1.0.0 No repository field.
npm WARN code-oss-dev-build@1.0.0 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
code-oss-dev@1.15.0 F:\vscode
`-- vsce@1.29.0
  `-- cheerio@1.0.0-rc.2
    `-- parse5@3.0.2
      `-- @types/node@6.0.84

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})

F:\vscode>


3) When I ran the command scripts\code.bat, this was the output:

F:\vscode>scripts\code.bat
[03:41:55] Using gulpfile F:\vscode\gulpfile.js
[03:41:55] Starting 'clean-electron'...
[03:41:55] Finished 'clean-electron' after 15 ms
[03:41:55] Starting 'electron'...
↓ ffmpeg-v1.6.6-win32-ia32.zip [====================] 100%
↓ electron-v1.6.6-win32-ia32.zip [====================] 100%
[03:42:15] Finished 'electron' after 20 s
[03:42:29] Using gulpfile F:\vscode\gulpfile.js
[03:42:29] Starting 'clean-electron'...
[03:42:29] Finished 'clean-electron' after 94 ms
[03:42:29] Starting 'electron'...
[03:42:35] Finished 'electron' after 6.03 s

[13208:0718/034237.369:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
{ Error: Cannot find module './build/Release/keymapping'
    at Module._resolveFilename (module.js:470:15)
    at Function.Module._resolveFilename (F:\vscode\.build\electron\resources\electron.asar\common\reset-search-paths.js:35:12)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at NativeBinding._init (F:\vscode\node_modules\native-keymap\index.js:15:22)
    at NativeBinding.onDidChangeKeyboardLayout (F:\vscode\node_modules\native-keymap\index.js:37:10)
    at Object.exports.onDidChangeKeyboardLayout (F:\vscode\node_modules\native-keymap\index.js:61:18)
    at KeyboardLayoutMonitor.onDidChangeKeyboardLayout (F:\vscode\out\vs\code\electron-main\keyboard.js:27:30)
    at CodeApplication.registerListeners (F:\vscode\out\vs\code\electron-main\app.js:145:55) code: 'MODULE_NOT_FOUND' }
[12988:0718/034243.361:INFO:CONSOLE(224)] "Loading "gc-signals" failed", source: file:///F:/vscode/out/vs/loader.js (224)
[12988:0718/034243.361:INFO:CONSOLE(225)] "Detail: ", source: file:///F:/vscode/out/vs/loader.js (225)
[12988:0718/034243.369:INFO:CONSOLE(227)] "Error: Cannot find module '../build/Release/gcsignals'
    at Module._resolveFilename (module.js:470:15)
    at Function.Module._resolveFilename (F:\vscode\.build\electron\resources\electron.asar\common\reset-search-paths.js:35:12)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (F:\vscode\node_modules\gc-signals\src\index.js:8:18)
    at Object.<anonymous> (F:\vscode\node_modules\gc-signals\src\index.js:67:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)", source: file:///F:/vscode/out/vs/loader.js (227)
[12988:0718/034243.371:INFO:CONSOLE(229)] "Here are the modules that depend on it:", source: file:///F:/vscode/out/vs/loader.js (229)
[12988:0718/034243.372:INFO:CONSOLE(230)] "vs/workbench/api/electron-browser/mainThreadHeapService", source: file:///F:/vscode/out/vs/loader.js (230)

F:\vscode>


And the following window showed up:

image

4) When I ran the command npm owner ls code-oss-dev, this was the output:

F:\vscode>npm owner ls code-oss-dev
npm ERR! owner ls Couldn't get owner data code-oss-dev
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "owner" "ls" "code-oss-dev"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/code-oss-dev
npm ERR! 404
npm ERR! 404  'code-oss-dev' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


5) When I ran the command npm bugs code-oss-dev, this was the output:

F:\vscode>npm bugs code-oss-dev
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "bugs" "code-oss-dev"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/code-oss-dev
npm ERR! 404
npm ERR! 404  'code-oss-dev' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


6) I also ran the command gulp, this was the output:

F:\vscode>gulp
[08:26:30] Using gulpfile F:\vscode\gulpfile.js
[08:26:30] Starting 'clean-client'...
[08:26:30] Starting 'clean-extension:configuration-editing'...
[08:26:30] Starting 'clean-extension:css-client'...
[08:26:30] Starting 'clean-extension:css-server'...
[08:26:30] Starting 'clean-extension:emmet'...
[08:26:30] Starting 'clean-extension:extension-editing'...
[08:26:30] Starting 'clean-extension:git'...
[08:26:30] Starting 'clean-extension:grunt'...
[08:26:30] Starting 'clean-extension:gulp'...
[08:26:30] Starting 'clean-extension:html-client'...
[08:26:30] Starting 'clean-extension:html-server'...
[08:26:30] Starting 'clean-extension:jake'...
[08:26:30] Starting 'clean-extension:javascript'...
[08:26:30] Starting 'clean-extension:json-client'...
[08:26:30] Starting 'clean-extension:json-server'...
[08:26:30] Starting 'clean-extension:markdown'...
[08:26:30] Starting 'clean-extension:merge-conflict'...
[08:26:30] Starting 'clean-extension:npm'...
[08:26:30] Starting 'clean-extension:php'...
[08:26:30] Starting 'clean-extension:python'...
[08:26:30] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[08:26:30] Starting 'clean-extension:typescript'...
[08:26:30] Starting 'clean-extension:vscode-api-tests'...
[08:26:30] Starting 'clean-extension:vscode-colorize-tests'...
[08:26:30] Finished 'clean-client' after 105 ms
[08:26:30] Starting 'compile-client'...
[08:26:30] Starting compilation...
[08:26:30] Finished 'clean-extension:configuration-editing' after 385 ms
[08:26:30] Starting 'compile-extension:configuration-editing'...
[08:26:30] Finished 'clean-extension:css-client' after 413 ms
[08:26:30] Starting 'compile-extension:css-client'...
[08:26:30] Finished 'clean-extension:css-server' after 433 ms
[08:26:30] Starting 'compile-extension:css-server'...
[08:26:30] Finished 'clean-extension:emmet' after 454 ms
[08:26:30] Starting 'compile-extension:emmet'...
[08:26:30] Finished 'clean-extension:extension-editing' after 469 ms
[08:26:30] Starting 'compile-extension:extension-editing'...
[08:26:30] Finished 'clean-extension:git' after 482 ms
[08:26:30] Starting 'compile-extension:git'...
[08:26:30] Finished 'clean-extension:grunt' after 494 ms
[08:26:30] Starting 'compile-extension:grunt'...
[08:26:30] Finished 'clean-extension:gulp' after 515 ms
[08:26:30] Starting 'compile-extension:gulp'...
[08:26:30] Finished 'clean-extension:html-client' after 531 ms
[08:26:30] Starting 'compile-extension:html-client'...
[08:26:30] Finished 'clean-extension:html-server' after 546 ms
[08:26:30] Starting 'compile-extension:html-server'...
[08:26:30] Finished 'clean-extension:jake' after 556 ms
[08:26:30] Starting 'compile-extension:jake'...
[08:26:30] Finished 'clean-extension:javascript' after 566 ms
[08:26:30] Starting 'compile-extension:javascript'...
[08:26:30] Finished 'clean-extension:json-client' after 590 ms
[08:26:30] Starting 'compile-extension:json-client'...
[08:26:31] Finished 'clean-extension:json-server' after 601 ms
[08:26:31] Starting 'compile-extension:json-server'...
[08:26:31] Finished 'clean-extension:markdown' after 614 ms
[08:26:31] Starting 'compile-extension:markdown'...
[08:26:31] Finished 'clean-extension:merge-conflict' after 636 ms
[08:26:31] Starting 'compile-extension:merge-conflict'...
[08:26:31] Finished 'clean-extension:npm' after 647 ms
[08:26:31] Starting 'compile-extension:npm'...
[08:26:31] Finished 'clean-extension:php' after 661 ms
[08:26:31] Starting 'compile-extension:php'...
[08:26:31] Finished 'clean-extension:python' after 687 ms
[08:26:31] Starting 'compile-extension:python'...
[08:26:31] Finished 'clean-extension:typescript-test-colorize-fixtures' after 729 ms
[08:26:31] Starting 'compile-extension:typescript-test-colorize-fixtures'...
[08:26:31] Finished 'clean-extension:typescript' after 735 ms
[08:26:31] Starting 'compile-extension:typescript'...
[08:26:31] Finished 'clean-extension:vscode-api-tests' after 751 ms
[08:26:31] Starting 'compile-extension:vscode-api-tests'...
[08:26:31] Finished 'clean-extension:vscode-colorize-tests' after 759 ms
[08:26:31] Starting 'compile-extension:vscode-colorize-tests'...
[08:26:31] Finished 'compile-extension:typescript-test-colorize-fixtures' after 342 ms
[08:27:12] Finished 'compile-extension:grunt' after 42 s
[08:27:12] Finished 'compile-extension:python' after 42 s
[08:27:12] Finished 'compile-extension:jake' after 42 s
[08:27:12] Finished 'compile-extension:npm' after 42 s
[08:27:12] Finished 'compile-extension:gulp' after 42 s
[08:27:16] Finished 'compile-extension:css-server' after 45 s
[08:27:16] Finished 'compile-extension:configuration-editing' after 45 s
[08:27:16] Finished 'compile-extension:css-client' after 45 s
[08:27:16] Finished 'compile-extension:json-client' after 45 s
[08:27:16] Finished 'compile-extension:vscode-colorize-tests' after 45 s
[08:27:24] Finished 'compile-extension:extension-editing' after 54 s
[08:27:27] Finished 'compile-extension:html-client' after 57 s
[08:27:31] Finished 'compile-extension:json-server' after 1 min
[08:27:38] Finished 'compile-extension:javascript' after 1.12 min
[08:27:47] Finished 'compile-extension:markdown' after 1.27 min
[08:27:47] Finished 'compile-extension:vscode-api-tests' after 1.25 min
[08:27:47] Finished 'compile-extension:php' after 1.27 min
[08:27:47] Finished 'compile-extension:merge-conflict' after 1.27 min
[08:27:55] Finished 'compile-extension:git' after 1.4 min
[08:27:55] Finished 'compile-extension:emmet' after 1.42 min
[08:27:55] Finished 'compile-extension:html-server' after 1.4 min
[08:27:56] Finished 'compile-extension:typescript' after 1.42 min
[08:27:56] Starting 'compile-extensions'...
[08:27:56] Finished 'compile-extensions' after 46 μs
[08:33:34] [monaco.d.ts] Starting monaco.d.ts generation
[08:33:45] [monaco.d.ts] Finished monaco.d.ts generation
[08:33:45] Finished compilation with 0 errors after 434984 ms
[08:33:45] Finished 'compile-client' after 7.25 min
[08:33:45] Starting 'compile'...
[08:33:45] Finished 'compile' after 29 μs
[08:33:45] Starting 'default'...
[08:33:45] Finished 'default' after 20 μs

F:\vscode>


7) When I ran the command gulp compile-client-build, this was the output:

F:\vscode>gulp compile-client-build
[08:36:37] Using gulpfile F:\vscode\gulpfile.js
[08:36:37] Starting 'clean-client-build'...
[08:36:37] Finished 'clean-client-build' after 49 ms
[08:36:37] Starting 'compile-client-build'...
[08:36:38] Starting compilation...
[08:50:08] [monaco.d.ts] Starting monaco.d.ts generation
[08:50:12] [monaco.d.ts] Finished monaco.d.ts generation
[08:50:12] Finished compilation with 0 errors after 814540 ms
[08:50:12] Finished 'compile-client-build' after 14 min


8) When I ran the command gulp vscode-win32-ia32, this was the output:

[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-ia32
[02:02:28] Using gulpfile F:\vscode\gulpfile.js
[02:02:28] Starting 'clean-optimized-vscode'...
[02:02:28] Starting 'clean-client-build'...
[02:02:28] Starting 'clean-extension:configuration-editing'...
[02:02:28] Starting 'clean-extension:css-client'...
[02:02:28] Starting 'clean-extension:css-server'...
[02:02:28] Starting 'clean-extension:emmet'...
[02:02:28] Starting 'clean-extension:extension-editing'...
[02:02:28] Starting 'clean-extension:git'...
[02:02:28] Starting 'clean-extension:grunt'...
[02:02:28] Starting 'clean-extension:gulp'...
[02:02:28] Starting 'clean-extension:html-client'...
[02:02:28] Starting 'clean-extension:html-server'...
[02:02:28] Starting 'clean-extension:jake'...
[02:02:28] Starting 'clean-extension:javascript'...
[02:02:28] Starting 'clean-extension:json-client'...
[02:02:28] Starting 'clean-extension:json-server'...
[02:02:28] Starting 'clean-extension:markdown'...
[02:02:28] Starting 'clean-extension:merge-conflict'...
[02:02:28] Starting 'clean-extension:npm'...
[02:02:28] Starting 'clean-extension:php'...
[02:02:28] Starting 'clean-extension:python'...
[02:02:28] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:02:28] Starting 'clean-extension:typescript'...
[02:02:28] Starting 'clean-extension:vscode-api-tests'...
[02:02:28] Starting 'clean-extension:vscode-colorize-tests'...
[02:02:28] Starting 'clean-vscode-win32-ia32'...
[02:02:28] Finished 'clean-optimized-vscode' after 82 ms
[02:02:28] Finished 'clean-extension:typescript-test-colorize-fixtures' after 56 ms
[02:02:28] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-vscode-win32-ia32' after 339 ms
[02:02:29] Finished compilation with 0 errors after 162 ms
[02:02:29] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 417 ms
[02:02:29] Finished 'clean-extension:configuration-editing' after 767 ms
[02:02:29] Starting 'compile-extension-build:configuration-editing'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-extension:css-client' after 800 ms
[02:02:29] Starting 'compile-extension-build:css-client'...
[02:02:29] Finished 'clean-extension:css-server' after 816 ms
[02:02:29] Starting 'compile-extension-build:css-server'...
[02:02:29] Finished 'clean-extension:extension-editing' after 836 ms
[02:02:29] Starting 'compile-extension-build:extension-editing'...
[02:02:29] Finished 'clean-extension:grunt' after 843 ms
[02:02:29] Starting 'compile-extension-build:grunt'...
[02:02:29] Finished 'clean-extension:emmet' after 867 ms
[02:02:29] Starting 'compile-extension-build:emmet'...
[02:02:29] Finished 'clean-extension:gulp' after 866 ms
[02:02:29] Starting 'compile-extension-build:gulp'...
[02:02:29] Finished 'clean-extension:html-client' after 878 ms
[02:02:29] Starting 'compile-extension-build:html-client'...
[02:02:29] Finished 'clean-extension:jake' after 895 ms
[02:02:29] Starting 'compile-extension-build:jake'...
[02:02:29] Finished 'clean-extension:json-client' after 934 ms
[02:02:29] Starting 'compile-extension-build:json-client'...
[02:02:29] Finished 'clean-extension:markdown' after 951 ms
[02:02:29] Starting 'compile-extension-build:markdown'...
[02:02:29] Finished 'clean-extension:merge-conflict' after 960 ms
[02:02:29] Starting 'compile-extension-build:merge-conflict'...
[02:02:29] Finished 'clean-extension:npm' after 967 ms
[02:02:29] Starting 'compile-extension-build:npm'...
[02:02:29] Finished 'clean-extension:python' after 970 ms
[02:02:29] Starting 'compile-extension-build:python'...
[02:02:29] Finished 'clean-extension:vscode-api-tests' after 978 ms
[02:02:29] Starting 'compile-extension-build:vscode-api-tests'...
[02:02:29] Finished 'clean-extension:vscode-colorize-tests' after 1.05 s
[02:02:29] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:02:30] Finished 'clean-extension:git' after 1.42 s
[02:02:30] Starting 'compile-extension-build:git'...
[02:02:30] Finished 'clean-extension:javascript' after 1.42 s
[02:02:30] Starting 'compile-extension-build:javascript'...
[02:02:30] Finished 'clean-extension:json-server' after 1.43 s
[02:02:30] Starting 'compile-extension-build:json-server'...
[02:02:30] Finished 'clean-extension:typescript' after 1.44 s
[02:02:30] Starting 'compile-extension-build:typescript'...
[02:02:30] Finished 'clean-extension:php' after 2.12 s
[02:02:31] Starting 'compile-extension-build:php'...
[02:02:53] Finished 'clean-extension:html-server' after 25 s
[02:02:53] Starting 'compile-extension-build:html-server'...
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:13] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:13] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] Finished 'compile-extension-build:npm' after 44 s
[02:03:14] Finished 'compile-extension-build:python' after 44 s
[02:03:17] Finished 'compile-extension-build:css-server' after 47 s
[02:03:20] Finished 'compile-extension-build:vscode-colorize-tests' after 51 s
[02:03:24] Finished 'clean-client-build' after 55 s
[02:03:24] Starting 'compile-client-build'...
[02:03:36] Finished 'compile-extension-build:json-server' after 1.08 min
[02:03:36] Finished 'compile-extension-build:gulp' after 1.1 min
[02:03:36] Finished 'compile-extension-build:grunt' after 1.1 min
[02:03:36] Finished 'compile-extension-build:jake' after 1.1 min
[02:03:45] Finished 'compile-extension-build:css-client' after 1.27 min
[02:03:45] Finished 'compile-extension-build:json-client' after 1.27 min
[02:03:46] Finished 'compile-extension-build:html-client' after 1.27 min
[02:03:51] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] Finished 'compile-extension-build:configuration-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:vscode-api-tests' after 1.35 min
[02:03:51] Finished 'compile-extension-build:extension-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:javascript' after 1.35 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] Finished 'compile-extension-build:php' after 1.47 min
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] Finished 'compile-extension-build:emmet' after 1.5 min
[02:03:59] Finished 'compile-extension-build:markdown' after 1.5 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] Finished 'compile-extension-build:html-server' after 1.1 min
[02:04:00] Finished 'compile-extension-build:merge-conflict' after 1.5 min
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:01] Finished 'compile-extension-build:git' after 1.5 min
[02:04:01] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:02] Finished 'compile-extension-build:typescript' after 1.53 min
[02:04:02] Starting 'compile-extensions-build'...
[02:04:02] Finished 'compile-extensions-build' after 9.62 μs
[02:10:37] [monaco.d.ts] Starting monaco.d.ts generation
[02:10:45] [monaco.d.ts] Finished monaco.d.ts generation
[02:10:45] Finished compilation with 0 errors after 495856 ms
[02:10:45] Finished 'compile-client-build' after 7.35 min
[02:10:45] Starting 'compile-build'...
[02:10:45] Finished 'compile-build' after 64 μs
[02:10:45] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[02:11:12] [i18n] de has 278 untranslated strings.
[02:11:12] [i18n] es has 211 untranslated strings.
[02:11:12] [i18n] fr has 285 untranslated strings.
[02:11:12] [i18n] hu has 101 untranslated strings.
[02:11:12] [i18n] it has 285 untranslated strings.
[02:11:12] [i18n] ja has 215 untranslated strings.
[02:11:12] [i18n] ko has 295 untranslated strings.
[02:11:12] [i18n] pt-br has 119 untranslated strings.
[02:11:12] [i18n] ru has 294 untranslated strings.
[02:11:12] [i18n] tr has 101 untranslated strings.
[02:11:12] [i18n] zh-cn has 192 untranslated strings.
[02:11:12] [i18n] zh-tw has 271 untranslated strings.
[02:15:28] Finished 'optimize-vscode' after 4.7 min
[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


9) When I ran the command gulp vscode-win32-x64, this was the output:

[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-x64
[02:31:34] Using gulpfile F:\vscode\gulpfile.js
[02:31:34] Starting 'clean-optimized-vscode'...
[02:31:34] Starting 'clean-client-build'...
[02:31:34] Starting 'clean-extension:configuration-editing'...
[02:31:34] Starting 'clean-extension:css-client'...
[02:31:34] Starting 'clean-extension:css-server'...
[02:31:34] Starting 'clean-extension:emmet'...
[02:31:34] Starting 'clean-extension:extension-editing'...
[02:31:34] Starting 'clean-extension:git'...
[02:31:34] Starting 'clean-extension:grunt'...
[02:31:34] Starting 'clean-extension:gulp'...
[02:31:34] Starting 'clean-extension:html-client'...
[02:31:34] Starting 'clean-extension:html-server'...
[02:31:34] Starting 'clean-extension:jake'...
[02:31:34] Starting 'clean-extension:javascript'...
[02:31:34] Starting 'clean-extension:json-client'...
[02:31:34] Starting 'clean-extension:json-server'...
[02:31:34] Starting 'clean-extension:markdown'...
[02:31:34] Starting 'clean-extension:merge-conflict'...
[02:31:34] Starting 'clean-extension:npm'...
[02:31:34] Starting 'clean-extension:php'...
[02:31:34] Starting 'clean-extension:python'...
[02:31:34] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:31:34] Starting 'clean-extension:typescript'...
[02:31:34] Starting 'clean-extension:vscode-api-tests'...
[02:31:34] Starting 'clean-extension:vscode-colorize-tests'...
[02:31:34] Starting 'clean-vscode-win32-x64'...
[02:31:34] Finished 'clean-extension:typescript-test-colorize-fixtures' after 29 ms
[02:31:34] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:31:34] Starting compilation...
[02:31:34] Finished 'clean-vscode-win32-x64' after 252 ms
[02:31:34] Finished compilation with 0 errors after 75 ms
[02:31:34] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 287 ms
[02:31:35] Finished 'clean-extension:css-client' after 823 ms
[02:31:35] Starting 'compile-extension-build:css-client'...
[02:31:35] Starting compilation...
[02:31:35] Finished 'clean-extension:configuration-editing' after 857 ms
[02:31:35] Starting 'compile-extension-build:configuration-editing'...
[02:31:35] Finished 'clean-extension:css-server' after 870 ms
[02:31:35] Starting 'compile-extension-build:css-server'...
[02:31:35] Finished 'clean-extension:extension-editing' after 878 ms
[02:31:35] Starting 'compile-extension-build:extension-editing'...
[02:31:35] Finished 'clean-extension:emmet' after 906 ms
[02:31:35] Starting 'compile-extension-build:emmet'...
[02:31:35] Finished 'clean-extension:grunt' after 900 ms
[02:31:35] Starting 'compile-extension-build:grunt'...
[02:31:35] Finished 'clean-extension:gulp' after 904 ms
[02:31:35] Starting 'compile-extension-build:gulp'...
[02:31:35] Finished 'clean-extension:html-client' after 930 ms
[02:31:35] Starting 'compile-extension-build:html-client'...
[02:31:35] Finished 'clean-extension:jake' after 945 ms
[02:31:35] Starting 'compile-extension-build:jake'...
[02:31:35] Finished 'clean-extension:json-client' after 928 ms
[02:31:35] Starting 'compile-extension-build:json-client'...
[02:31:35] Finished 'clean-extension:markdown' after 940 ms
[02:31:35] Starting 'compile-extension-build:markdown'...
[02:31:35] Finished 'clean-extension:python' after 960 ms
[02:31:35] Starting 'compile-extension-build:python'...
[02:31:35] Finished 'clean-extension:merge-conflict' after 991 ms
[02:31:35] Starting 'compile-extension-build:merge-conflict'...
[02:31:35] Finished 'clean-extension:npm' after 1 s
[02:31:35] Starting 'compile-extension-build:npm'...
[02:31:35] Finished 'clean-extension:vscode-colorize-tests' after 983 ms
[02:31:35] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:31:35] Finished 'clean-extension:vscode-api-tests' after 1.18 s
[02:31:35] Starting 'compile-extension-build:vscode-api-tests'...
[02:31:35] Finished 'clean-extension:git' after 1.63 s
[02:31:35] Starting 'compile-extension-build:git'...
[02:31:35] Finished 'clean-extension:javascript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:javascript'...
[02:31:35] Finished 'clean-extension:json-server' after 1.61 s
[02:31:35] Starting 'compile-extension-build:json-server'...
[02:31:35] Finished 'clean-extension:typescript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:typescript'...
[02:31:36] Finished 'clean-extension:php' after 2.28 s
[02:31:36] Starting 'compile-extension-build:php'...
[02:31:54] Finished 'clean-extension:html-server' after 21 s
[02:31:54] Starting 'compile-extension-build:html-server'...
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:12] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:14] Finished 'compile-extension-build:python' after 39 s
[02:32:14] Finished 'compile-extension-build:npm' after 39 s
[02:32:14] Finished 'clean-optimized-vscode' after 40 s
[02:32:14] Finished 'compile-extension-build:css-server' after 39 s
[02:32:17] Finished 'compile-extension-build:vscode-colorize-tests' after 42 s
[02:32:20] Finished 'clean-client-build' after 46 s
[02:32:20] Starting 'compile-client-build'...
[02:32:32] Finished 'compile-extension-build:json-server' after 57 s
[02:32:32] Finished 'compile-extension-build:gulp' after 57 s
[02:32:32] Finished 'compile-extension-build:grunt' after 57 s
[02:32:32] Finished 'compile-extension-build:jake' after 57 s
[02:32:42] Finished 'compile-extension-build:json-client' after 1.1 min
[02:32:42] Finished 'compile-extension-build:css-client' after 1.12 min
[02:32:42] Finished 'compile-extension-build:html-client' after 1.12 min
[02:32:47] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] Finished 'compile-extension-build:vscode-api-tests' after 1.2 min
[02:32:47] Finished 'compile-extension-build:configuration-editing' after 1.2 min
[02:32:47] Finished 'compile-extension-build:extension-editing' after 1.2 min
[02:32:48] Finished 'compile-extension-build:javascript' after 1.2 min
[02:32:56] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] Finished 'compile-extension-build:php' after 1.33 min
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] Finished 'compile-extension-build:emmet' after 1.37 min
[02:32:57] Finished 'compile-extension-build:markdown' after 1.35 min
[02:32:57] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] Finished 'compile-extension-build:html-server' after 1.03 min
[02:32:58] Finished 'compile-extension-build:merge-conflict' after 1.37 min
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] Finished 'compile-extension-build:git' after 1.37 min
[02:32:58] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:33:00] Finished 'compile-extension-build:typescript' after 1.4 min
[02:33:00] Starting 'compile-extensions-build'...
[02:33:00] Finished 'compile-extensions-build' after 8.85 μs
[03:00:03] [monaco.d.ts] Starting monaco.d.ts generation
[03:00:14] [monaco.d.ts] Finished monaco.d.ts generation
[03:00:14] Finished compilation with 0 errors after 1719523 ms
[03:00:14] Finished 'compile-client-build' after 28 min
[03:00:14] Starting 'compile-build'...
[03:00:14] Finished 'compile-build' after 93 μs
[03:00:14] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[03:00:39] [i18n] de has 278 untranslated strings.
[03:00:39] [i18n] es has 211 untranslated strings.
[03:00:39] [i18n] fr has 285 untranslated strings.
[03:00:39] [i18n] hu has 101 untranslated strings.
[03:00:39] [i18n] it has 285 untranslated strings.
[03:00:39] [i18n] ja has 215 untranslated strings.
[03:00:39] [i18n] ko has 295 untranslated strings.
[03:00:39] [i18n] pt-br has 119 untranslated strings.
[03:00:39] [i18n] ru has 294 untranslated strings.
[03:00:39] [i18n] tr has 101 untranslated strings.
[03:00:39] [i18n] zh-cn has 192 untranslated strings.
[03:00:39] [i18n] zh-tw has 271 untranslated strings.
[03:02:59] Finished 'optimize-vscode' after 2.75 min
[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


10) When I ran the command npm run gulp -- vscode-win32-ia32, this was the error output:

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3

F:\vscode>npm run gulp -- vscode-win32-ia32

> code-oss-dev@1.15.0 gulp F:\vscode
> gulp --max_old_space_size=4096 "vscode-win32-ia32"

[07:20:35] Node flags detected: --max_old_space_size=4096
[07:20:35] Respawned to PID: 1112

<--- Last few GCs --->

     243 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 7.0 / 0.0 ms [allocation failure] [GC in old space requested].
     249 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested].
     255 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.9 / 0.0 ms [allocation failure] [GC in old space requested].
     262 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 6.6 / 0.0 ms [last resort gc].
     268 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.6 / 0.0 ms [last resort gc].


<--- JS stacktrace --->

==== JS stack trace =========================================

Security context: 0437B80D <JS Object>
    1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3371C4DC] (this=043081D9 <undefined>,exports=3786EC15 <an Object with map 2E209AC9>,require=04386235 <JS Function NativeModule.require (SharedFunctionInfo 04383899)>,module=3786EBDD <a NativeModule with map 2E20E351>,__filename=3786EBFD <String[9]: module.js>,__dirname=043081D9 <undefined>)
    2: arguments adaptor frame: 4->5
    3: comp...

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp --max_old_space_size=4096 "vscode-win32-ia32"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs code-oss-dev
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls code-oss-dev
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


File npm-debug.log for the command npm run gulp -- vscode-win32-ia32 just above:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\User\\Documents\\Nodejs\\bin\\node.exe',
1 verbose cli   'D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'gulp',
1 verbose cli   '--',
1 verbose cli   'vscode-win32-ia32' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'pregulp', 'gulp', 'postgulp' ]
5 info lifecycle code-oss-dev@1.15.0~pregulp: code-oss-dev@1.15.0
6 silly lifecycle code-oss-dev@1.15.0~pregulp: no script for pregulp, continuing
7 info lifecycle code-oss-dev@1.15.0~gulp: code-oss-dev@1.15.0
8 verbose lifecycle code-oss-dev@1.15.0~gulp: unsafe-perm in lifecycle true
9 verbose lifecycle code-oss-dev@1.15.0~gulp: PATH: D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin;F:\vscode\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\MATLAB_R2017a\runtime\win64;C:\MATLAB_R2017a\bin;C:\Program Files (x86)\QuickTime\QTSystem\;F:\Python27;F:\Python27\Library\mingw-w64\bin;F:\Python27\Library\usr\bin;F:\Python27\Library\bin;F:\Python27\Scripts;D:\User\Documents\latex\texmfs\install\miktex\bin\;D:\User\Documents\Cygwin64\bin;C:\Users\Professional\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\JDK\bin;C:\Program Files (x86)\Git\bin;D:\User\Dropbox\Applications\SoftwareVersioning\SpeakTimeVBScript;D:\User\Documents\SumatraPDF\bin;D:\User\Documents\apache_marven\maven\bin;D:\User\Documents\Ruby21-x64\bin;F:\VisualStudio2015\VC\bin;D:\User\DataStore\GamesDataStore\Conter-Strike1.6\Outros\Addons\Multi-Mod\Amx Mod X\CompilerDefault;D:\User\Documents\CMake\bin;D:\User\Documents\Vim\vim74;D:\User\Documents\Perl64\bin;D:\User\Documents\Perl64\site\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\lib\extralibs\bin;D:\User\Documents\Nodejs\bin;D:\User\Documents\Ant\bin\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Users\Professional\App
10 verbose lifecycle code-oss-dev@1.15.0~gulp: CWD: F:\vscode
11 silly lifecycle code-oss-dev@1.15.0~gulp: Args: [ '/d /s /c',
11 silly lifecycle   'gulp --max_old_space_size=4096 "vscode-win32-ia32"' ]
12 silly lifecycle code-oss-dev@1.15.0~gulp: Returned: code: 3  signal: null
13 info lifecycle code-oss-dev@1.15.0~gulp: Failed to exec gulp script
14 verbose stack Error: code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
14 verbose stack Exit status 3
14 verbose stack     at EventEmitter.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid code-oss-dev@1.15.0
16 verbose cwd F:\vscode
17 error Windows_NT 10.0.15063
18 error argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
22 error Exit status 3
23 error Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the code-oss-dev package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     gulp --max_old_space_size=4096 "vscode-win32-ia32"
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs code-oss-dev
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls code-oss-dev
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]


11) When I ran the command gulp watch --max-old-space-size=4096, this was the output, and the program hanged on this line:

sublime_shell

F:\vscode>gulp watch --max-old-space-size=4096
[09:16:04] Using gulpfile F:\vscode\gulpfile.js
[09:16:04] Starting 'clean-client'...
[09:16:04] Starting 'clean-extension:configuration-editing'...
[09:16:04] Starting 'clean-extension:css-client'...
[09:16:04] Starting 'clean-extension:css-server'...
[09:16:04] Starting 'clean-extension:emmet'...
[09:16:04] Starting 'clean-extension:extension-editing'...
[09:16:04] Starting 'clean-extension:git'...
[09:16:04] Starting 'clean-extension:grunt'...
[09:16:04] Starting 'clean-extension:gulp'...
[09:16:04] Starting 'clean-extension:html-client'...
[09:16:04] Starting 'clean-extension:html-server'...
[09:16:04] Starting 'clean-extension:jake'...
[09:16:04] Starting 'clean-extension:javascript'...
[09:16:04] Starting 'clean-extension:json-client'...
[09:16:04] Starting 'clean-extension:json-server'...
[09:16:04] Starting 'clean-extension:markdown'...
[09:16:04] Starting 'clean-extension:merge-conflict'...
[09:16:04] Starting 'clean-extension:npm'...
[09:16:04] Starting 'clean-extension:php'...
[09:16:04] Starting 'clean-extension:python'...
[09:16:04] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[09:16:04] Starting 'clean-extension:typescript'...
[09:16:04] Starting 'clean-extension:vscode-api-tests'...
[09:16:04] Starting 'clean-extension:vscode-colorize-tests'...
[09:16:04] Finished 'clean-extension:typescript-test-colorize-fixtures' after 27 ms
[09:16:04] Starting 'watch-extension:typescript-test-colorize-fixtures'...
[09:16:04] Starting compilation...
[09:16:04] Finished compilation with 0 errors after 77 ms
[09:16:05] Finished 'clean-extension:configuration-editing' after 854 ms
[09:16:05] Starting 'watch-extension:configuration-editing'...
[09:16:05] Starting compilation...
[09:16:05] Finished 'clean-extension:css-server' after 878 ms
[09:16:05] Starting 'watch-extension:css-server'...
[09:16:05] Finished 'clean-extension:css-client' after 907 ms
[09:16:05] Starting 'watch-extension:css-client'...
[09:16:05] Finished 'clean-extension:emmet' after 913 ms
[09:16:05] Starting 'watch-extension:emmet'...
[09:16:05] Finished 'clean-extension:extension-editing' after 923 ms
[09:16:05] Starting 'watch-extension:extension-editing'...
[09:16:05] Finished 'clean-extension:grunt' after 927 ms
[09:16:05] Starting 'watch-extension:grunt'...
[09:16:05] Finished 'clean-extension:gulp' after 937 ms
[09:16:05] Starting 'watch-extension:gulp'...
[09:16:05] Finished 'clean-extension:html-client' after 949 ms
[09:16:05] Starting 'watch-extension:html-client'...
[09:16:05] Finished 'clean-extension:jake' after 972 ms
[09:16:05] Starting 'watch-extension:jake'...
[09:16:05] Finished 'clean-extension:json-client' after 968 ms
[09:16:05] Starting 'watch-extension:json-client'...
[09:16:05] Finished 'clean-extension:markdown' after 978 ms
[09:16:05] Starting 'watch-extension:markdown'...
[09:16:05] Finished 'clean-extension:merge-conflict' after 995 ms
[09:16:05] Starting 'watch-extension:merge-conflict'...
[09:16:05] Finished 'clean-extension:npm' after 1.01 s
[09:16:05] Starting 'watch-extension:npm'...
[09:16:05] Finished 'clean-extension:python' after 1.02 s
[09:16:05] Starting 'watch-extension:python'...
[09:16:05] Finished 'clean-extension:vscode-api-tests' after 1.09 s
[09:16:05] Starting 'watch-extension:vscode-api-tests'...
[09:16:05] Finished 'clean-extension:vscode-colorize-tests' after 1.09 s
[09:16:05] Starting 'watch-extension:vscode-colorize-tests'...
[09:16:06] Finished 'clean-extension:git' after 1.75 s
[09:16:06] Starting 'watch-extension:git'...
[09:16:06] Finished 'clean-extension:javascript' after 1.74 s
[09:16:06] Starting 'watch-extension:javascript'...
[09:16:06] Finished 'clean-extension:json-server' after 1.77 s
[09:16:06] Starting 'watch-extension:json-server'...
[09:16:06] Finished 'clean-extension:typescript' after 1.75 s
[09:16:06] Starting 'watch-extension:typescript'...
[09:16:07] Finished 'clean-extension:php' after 2.91 s
[09:16:07] Starting 'watch-extension:php'...
[09:16:23] Finished 'clean-extension:html-server' after 19 s
[09:16:23] Starting 'watch-extension:html-server'...
[09:16:51] Finished 'clean-client' after 47 s
[09:16:51] Starting 'watch-client'...
[19:33:06] [monaco.d.ts] Starting monaco.d.ts generation
[19:33:55] [monaco.d.ts] Finished monaco.d.ts generation
[19:33:55] Finished compilation with 0 errors after 37070254 ms


npm version

F:\vscode>npm --version
3.10.10

F:\vscode>node --version
v6.11.0

F:\vscode>ver
Microsoft Windows [Version 10.0.15063]

F:\vscode>python --version
Python 2.7.13 :: Continuum Analytics, Inc.

Reproduces without extensions: Yes


Related issues:

  1. Development Environment Improvements (code.bat/code.sh) #22 Development Environment Improvements (code.bat/code.sh)
  2. Errors Compiling from Source on Arch Linux #6089 Errors Compiling from Source on Arch Linux
  3. Unable to setup vscode locally #13932 Unable to setup vscode locally
  4. Debug Batch (.bat) files #20882 Debug Batch (.bat) files
  5. "JavaScript heap out of memory" when building on RHEL-7 #23662 "JavaScript heap out of memory" when building on RHEL-7
  6. vscode-win32-ia32 build failure: JavaScript heap out of memory #29698 vscode-win32-ia32 build failure: JavaScript heap out of memory
  7. Failed at the electron-mksnapshot@1.6.0 install script #30775 Failed at the electron-mksnapshot@1.6.0 install script
  8. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory npm/npm#12741 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  9. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory nodejs/node#13891 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  10. Unhandled stream error in pipe terinjokes/gulp-uglify#142 Unhandled stream error in pipe
  11. https://github.com/ben-eb/gulp-cssnano/issues/23 stream.js:74 throw er; // Unhandled stream error in pipe.
  12. Node.js – events js 72 throw er unhandled 'error' event
  13. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions