bloomberg/blpapi-node

npm install failure

Opened this issue · 7 comments

Unable to install blpapi node version on my pc.

Find below the debug.log

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'blpapi' ]
2 info using npm@2.15.8
3 info using node@v4.4.7
4 verbose install initial load of C:\Users\jayaseej\AppData\Roaming\npm\package.json
5 verbose readDependencies loading dependencies from C:\Users\jayaseej\AppData\Roaming\npm\package.json
6 silly cache add args [ 'blpapi', null ]
7 verbose cache add spec blpapi
8 silly cache add parsed spec Result {
8 silly cache add raw: 'blpapi',
8 silly cache add scope: null,
8 silly cache add name: 'blpapi',
8 silly cache add rawSpec: '',
8 silly cache add spec: 'latest',
8 silly cache add type: 'tag' }
9 silly addNamed blpapi@latest
10 verbose addNamed "latest" is being treated as a dist-tag for blpapi
11 info addNameTag [ 'blpapi', 'latest' ]
12 silly mapToRegistry name blpapi
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry data Result {
15 silly mapToRegistry raw: 'blpapi',
15 silly mapToRegistry scope: null,
15 silly mapToRegistry name: 'blpapi',
15 silly mapToRegistry rawSpec: '',
15 silly mapToRegistry spec: 'latest',
15 silly mapToRegistry type: 'tag' }
16 silly mapToRegistry uri https://registry.npmjs.org/blpapi
17 verbose addNameTag registry:https://registry.npmjs.org/blpapi not in flight; fetching
18 verbose request uri https://registry.npmjs.org/blpapi
19 verbose request no auth needed
20 info attempt registry request try #1 at 6:13:45 AM
21 verbose request id 29786ec98cb67a63
22 verbose etag "5EKQ8US0IVJ0KRMZ2CQC43CV2"
23 http request GET https://registry.npmjs.org/blpapi
24 http 304 https://registry.npmjs.org/blpapi
25 verbose headers { date: 'Wed, 17 Aug 2016 10:13:45 GMT',
25 verbose headers via: '1.1 varnish',
25 verbose headers 'cache-control': 'max-age=300',
25 verbose headers etag: '"5EKQ8US0IVJ0KRMZ2CQC43CV2"',
25 verbose headers age: '0',
25 verbose headers connection: 'keep-alive',
25 verbose headers 'x-served-by': 'cache-jfk8141-JFK',
25 verbose headers 'x-cache': 'MISS',
25 verbose headers 'x-cache-hits': '0',
25 verbose headers 'x-timer': 'S1471428825.998627,VS0,VE37',
25 verbose headers vary: 'Accept-Encoding' }
26 silly get cb [ 304,
26 silly get { date: 'Wed, 17 Aug 2016 10:13:45 GMT',
26 silly get via: '1.1 varnish',
26 silly get 'cache-control': 'max-age=300',
26 silly get etag: '"5EKQ8US0IVJ0KRMZ2CQC43CV2"',
26 silly get age: '0',
26 silly get connection: 'keep-alive',
26 silly get 'x-served-by': 'cache-jfk8141-JFK',
26 silly get 'x-cache': 'MISS',
26 silly get 'x-cache-hits': '0',
26 silly get 'x-timer': 'S1471428825.998627,VS0,VE37',
26 silly get vary: 'Accept-Encoding' } ]
27 verbose etag https://registry.npmjs.org/blpapi from cache
28 verbose get saving blpapi to C:\Users\jayaseej\AppData\Roaming\npm-cache\registry.npmjs.org\blpapi.cache.json
29 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
30 silly addNameTag next cb for blpapi with tag latest
31 silly addNamed blpapi@1.2.0
32 verbose addNamed "1.2.0" is a plain semver version for blpapi
33 silly cache afterAdd blpapi@1.2.0
34 verbose afterAdd C:\Users\jayaseej\AppData\Roaming\npm-cache\blpapi\1.2.0\package\package.json not in flight; writing
35 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
36 verbose afterAdd C:\Users\jayaseej\AppData\Roaming\npm-cache\blpapi\1.2.0\package\package.json written
37 silly install resolved [ { name: 'blpapi',
37 silly install resolved version: '1.2.0',
37 silly install resolved main: './blpapi.js',
37 silly install resolved description: 'Bloomberg Open API (BLPAPI) binding for node.js',
37 silly install resolved os: [ 'linux', 'win32', 'darwin' ],
37 silly install resolved cpu: [ 'x64', 'ia32' ],
37 silly install resolved scripts: { install: 'node-gyp configure build' },
37 silly install resolved dependencies: { 'custom-error-generator': '7.0.0' },
37 silly install resolved repository:
37 silly install resolved { type: 'git',
37 silly install resolved url: 'git+https://github.com/bloomberg/blpapi-node.git' },
37 silly install resolved bugs:
37 silly install resolved { url: 'https://github.com/bloomberg/blpapi-node/issues',
37 silly install resolved email: 'open-tech@bloomberg.net' },
37 silly install resolved maintainers: [ [Object], [Object] ],
37 silly install resolved keywords:
37 silly install resolved [ 'finance',
37 silly install resolved 'stocks',
37 silly install resolved 'stock',
37 silly install resolved 'quotes',
37 silly install resolved 'tick',
37 silly install resolved 'realtime',
37 silly install resolved 'market' ],
37 silly install resolved license: 'MIT',
37 silly install resolved engines: { node: '>=0.6' },
37 silly install resolved gitHead: '334a2b13dbb3a82a33ff4544a6b81f01defbc535',
37 silly install resolved homepage: 'https://github.com/bloomberg/blpapi-node',
37 silly install resolved _id: 'blpapi@1.2.0',
37 silly install resolved _shasum: '28bb7d2a191ec9eac3092c28e20d81f26c6efd79',
37 silly install resolved _from: 'blpapi@latest',
37 silly install resolved _npmVersion: '2.7.1',
37 silly install resolved _nodeVersion: '0.12.0',
37 silly install resolved _npmUser: { name: 'ericvw', email: 'ericvw@gmail.com' },
37 silly install resolved dist:
37 silly install resolved { shasum: '28bb7d2a191ec9eac3092c28e20d81f26c6efd79',
37 silly install resolved tarball: 'https://registry.npmjs.org/blpapi/-/blpapi-1.2.0.tgz' },
37 silly install resolved directories: {},
37 silly install resolved _resolved: 'https://registry.npmjs.org/blpapi/-/blpapi-1.2.0.tgz',
37 silly install resolved readme: 'ERROR: No README data found!' } ]
38 info install blpapi@1.2.0 into C:\Users\jayaseej\AppData\Roaming\npm
39 info installOne blpapi@1.2.0
40 verbose installOne of blpapi to C:\Users\jayaseej\AppData\Roaming\npm not in flight; installing
41 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing
42 verbose lock using C:\Users\jayaseej\AppData\Roaming\npm-cache_locks\blpapi-df4b506869472cc6.lock for C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
43 silly install write writing blpapi 1.2.0 to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
44 verbose unbuild node_modules\blpapi
45 silly gentlyRm C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi is being purged from base C:\Users\jayaseej\AppData\Roaming\npm
46 verbose gentlyRm don't care about contents; nuking C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
47 verbose tar unpack C:\Users\jayaseej\AppData\Roaming\npm-cache\blpapi\1.2.0\package.tgz
48 verbose tar unpacking to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
49 silly gentlyRm C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi is being purged
50 verbose gentlyRm don't care about contents; nuking C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
51 silly gunzTarPerm modes [ '777', '666' ]
52 silly gunzTarPerm extractEntry package.json
53 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
54 silly gunzTarPerm extractEntry README.md
55 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
56 silly gunzTarPerm extractEntry LICENSE
57 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
58 silly gunzTarPerm extractEntry blpapi.js
59 silly gunzTarPerm modified mode [ 'blpapi.js', 420, 438 ]
60 silly gunzTarPerm extractEntry .travis.yml
61 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
62 silly gunzTarPerm extractEntry binding.gyp
63 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]
64 silly gunzTarPerm extractEntry deps/blpapi/LICENSE
65 silly gunzTarPerm modified mode [ 'deps/blpapi/LICENSE', 420, 438 ]
66 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_logging.h
67 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_logging.h', 420, 438 ]
68 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_abstractsession.h
69 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_abstractsession.h',
69 silly gunzTarPerm 420,
69 silly gunzTarPerm 438 ]
70 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_constant.h
71 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_constant.h', 420, 438 ]
72 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_correlationid.h
73 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_correlationid.h',
73 silly gunzTarPerm 420,
73 silly gunzTarPerm 438 ]
74 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_datetime.h
75 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_datetime.h', 420, 438 ]
76 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_defs.h
77 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_defs.h', 420, 438 ]
78 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_diagnosticsutil.h
79 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_diagnosticsutil.h',
79 silly gunzTarPerm 420,
79 silly gunzTarPerm 438 ]
80 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_dispatchtbl.h
81 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_dispatchtbl.h', 420, 438 ]
82 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_element.h
83 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_element.h', 420, 438 ]
84 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_error.h
85 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_error.h', 420, 438 ]
86 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_event.h
87 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_event.h', 420, 438 ]
88 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_eventdispatcher.h
89 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_eventdispatcher.h',
89 silly gunzTarPerm 420,
89 silly gunzTarPerm 438 ]
90 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_eventformatter.h
91 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_eventformatter.h',
91 silly gunzTarPerm 420,
91 silly gunzTarPerm 438 ]
92 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_exception.h
93 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_exception.h', 420, 438 ]
94 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_identity.h
95 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_identity.h', 420, 438 ]
96 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_call.h
97 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_call.h', 420, 438 ]
98 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_message.h
99 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_message.h', 420, 438 ]
100 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_name.h
101 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_name.h', 420, 438 ]
102 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_providersession.h
103 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_providersession.h',
103 silly gunzTarPerm 420,
103 silly gunzTarPerm 438 ]
104 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_request.h
105 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_request.h', 420, 438 ]
106 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_resolutionlist.h
107 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_resolutionlist.h',
107 silly gunzTarPerm 420,
107 silly gunzTarPerm 438 ]
108 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_schema.h
109 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_schema.h', 420, 438 ]
110 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_service.h
111 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_service.h', 420, 438 ]
112 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_session.h
113 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_session.h', 420, 438 ]
114 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_sessionoptions.h
115 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_sessionoptions.h',
115 silly gunzTarPerm 420,
115 silly gunzTarPerm 438 ]
116 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_streamproxy.h
117 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_streamproxy.h', 420, 438 ]
118 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_subscriptionlist.h
119 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_subscriptionlist.h',
119 silly gunzTarPerm 420,
119 silly gunzTarPerm 438 ]
120 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_topic.h
121 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_topic.h', 420, 438 ]
122 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_topiclist.h
123 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_topiclist.h', 420, 438 ]
124 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_types.h
125 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_types.h', 420, 438 ]
126 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_versioninfo.h
127 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_versioninfo.h', 420, 438 ]
128 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_message.h
129 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_message.h', 420, 438 ]
130 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_abstractsession.h
131 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_abstractsession.h',
131 silly gunzTarPerm 420,
131 silly gunzTarPerm 438 ]
132 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_constant.h
133 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_constant.h', 420, 438 ]
134 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_correlationid.h
135 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_correlationid.h',
135 silly gunzTarPerm 420,
135 silly gunzTarPerm 438 ]
136 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_datetime.h
137 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_datetime.h', 420, 438 ]
138 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_defs.h
139 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_defs.h', 420, 438 ]
140 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_diagnosticsutil.h
141 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_diagnosticsutil.h',
141 silly gunzTarPerm 420,
141 silly gunzTarPerm 438 ]
142 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_dispatchtbl.h
143 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_dispatchtbl.h', 420, 438 ]
144 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_element.h
145 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_element.h', 420, 438 ]
146 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_error.h
147 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_error.h', 420, 438 ]
148 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_event.h
149 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_event.h', 420, 438 ]
150 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_eventdispatcher.h
151 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_eventdispatcher.h',
151 silly gunzTarPerm 420,
151 silly gunzTarPerm 438 ]
152 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_eventformatter.h
153 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_eventformatter.h',
153 silly gunzTarPerm 420,
153 silly gunzTarPerm 438 ]
154 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_exception.h
155 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_exception.h', 420, 438 ]
156 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_highresolutionclock.h
157 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_highresolutionclock.h',
157 silly gunzTarPerm 420,
157 silly gunzTarPerm 438 ]
158 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_identity.h
159 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_identity.h', 420, 438 ]
160 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_logging.h
161 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_logging.h', 420, 438 ]
162 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_call.h
163 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_call.h', 420, 438 ]
164 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_name.h
165 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_name.h', 420, 438 ]
166 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_providersession.h
167 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_providersession.h',
167 silly gunzTarPerm 420,
167 silly gunzTarPerm 438 ]
168 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_request.h
169 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_request.h', 420, 438 ]
170 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_resolutionlist.h
171 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_resolutionlist.h',
171 silly gunzTarPerm 420,
171 silly gunzTarPerm 438 ]
172 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_schema.h
173 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_schema.h', 420, 438 ]
174 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_service.h
175 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_service.h', 420, 438 ]
176 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_session.h
177 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_session.h', 420, 438 ]
178 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_sessionoptions.h
179 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_sessionoptions.h',
179 silly gunzTarPerm 420,
179 silly gunzTarPerm 438 ]
180 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_streamproxy.h
181 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_streamproxy.h', 420, 438 ]
182 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_subscriptionlist.h
183 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_subscriptionlist.h',
183 silly gunzTarPerm 420,
183 silly gunzTarPerm 438 ]
184 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_timepoint.h
185 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_timepoint.h', 420, 438 ]
186 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_topic.h
187 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_topic.h', 420, 438 ]
188 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_topiclist.h
189 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_topiclist.h', 420, 438 ]
190 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_types.h
191 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_types.h', 420, 438 ]
192 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_versioninfo.h
193 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_versioninfo.h', 420, 438 ]
194 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_versionmacros.h
195 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_versionmacros.h',
195 silly gunzTarPerm 420,
195 silly gunzTarPerm 438 ]
196 silly gunzTarPerm extractEntry deps/blpapi/linux/libblpapi3_32.so
197 silly gunzTarPerm modified mode [ 'deps/blpapi/linux/libblpapi3_32.so', 493, 511 ]
198 silly gunzTarPerm extractEntry deps/blpapi/linux/libblpapi3_64.so
199 silly gunzTarPerm modified mode [ 'deps/blpapi/linux/libblpapi3_64.so', 493, 511 ]
200 silly gunzTarPerm extractEntry deps/blpapi/osx/libblpapi3_32.so
201 silly gunzTarPerm modified mode [ 'deps/blpapi/osx/libblpapi3_32.so', 493, 511 ]
202 silly gunzTarPerm extractEntry deps/blpapi/osx/libblpapi3_64.so
203 silly gunzTarPerm modified mode [ 'deps/blpapi/osx/libblpapi3_64.so', 493, 511 ]
204 silly gunzTarPerm extractEntry deps/blpapi/win/blpapi3_32.lib
205 silly gunzTarPerm modified mode [ 'deps/blpapi/win/blpapi3_32.lib', 493, 511 ]
206 silly gunzTarPerm extractEntry deps/blpapi/win/blpapi3_64.lib
207 silly gunzTarPerm modified mode [ 'deps/blpapi/win/blpapi3_64.lib', 493, 511 ]
208 silly gunzTarPerm extractEntry examples/AuthorizationApplication.js
209 silly gunzTarPerm modified mode [ 'examples/AuthorizationApplication.js', 420, 438 ]
210 silly gunzTarPerm extractEntry examples/FieldSearchRequest.js
211 silly gunzTarPerm modified mode [ 'examples/FieldSearchRequest.js', 420, 438 ]
212 silly gunzTarPerm extractEntry examples/HistoricalDataRequest.js
213 silly gunzTarPerm modified mode [ 'examples/HistoricalDataRequest.js', 420, 438 ]
214 silly gunzTarPerm extractEntry examples/IntradayBarRequest.js
215 silly gunzTarPerm modified mode [ 'examples/IntradayBarRequest.js', 420, 438 ]
216 silly gunzTarPerm extractEntry examples/IntradayTickRequest.js
217 silly gunzTarPerm modified mode [ 'examples/IntradayTickRequest.js', 420, 438 ]
218 silly gunzTarPerm extractEntry examples/Console.js
219 silly gunzTarPerm modified mode [ 'examples/Console.js', 420, 438 ]
220 silly gunzTarPerm extractEntry examples/MarketSubUnsubscription.js
221 silly gunzTarPerm modified mode [ 'examples/MarketSubUnsubscription.js', 420, 438 ]
222 silly gunzTarPerm extractEntry examples/MarketSubscription.js
223 silly gunzTarPerm modified mode [ 'examples/MarketSubscription.js', 420, 438 ]
224 silly gunzTarPerm extractEntry examples/MarketVwapSubscription.js
225 silly gunzTarPerm modified mode [ 'examples/MarketVwapSubscription.js', 420, 438 ]
226 silly gunzTarPerm extractEntry examples/OptionChain.js
227 silly gunzTarPerm modified mode [ 'examples/OptionChain.js', 420, 438 ]
228 silly gunzTarPerm extractEntry examples/MarketBarSubscription.js
229 silly gunzTarPerm modified mode [ 'examples/MarketBarSubscription.js', 420, 438 ]
230 silly gunzTarPerm extractEntry output.i
231 silly gunzTarPerm modified mode [ 'output.i', 420, 438 ]
232 silly gunzTarPerm extractEntry blpapijs.cpp
233 silly gunzTarPerm modified mode [ 'blpapijs.cpp', 420, 438 ]
234 verbose write writing to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\package.json
235 info preinstall blpapi@1.2.0
236 verbose readDependencies loading dependencies from C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\package.json
237 silly prepareForInstallMany adding custom-error-generator@7.0.0 from blpapi dependencies
238 verbose readDependencies loading dependencies from C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\package.json
239 silly cache add args [ 'custom-error-generator@7.0.0', null ]
240 verbose cache add spec custom-error-generator@7.0.0
241 silly cache add parsed spec Result {
241 silly cache add raw: 'custom-error-generator@7.0.0',
241 silly cache add scope: null,
241 silly cache add name: 'custom-error-generator',
241 silly cache add rawSpec: '7.0.0',
241 silly cache add spec: '7.0.0',
241 silly cache add type: 'version' }
242 silly addNamed custom-error-generator@7.0.0
243 verbose addNamed "7.0.0" is a plain semver version for custom-error-generator
244 silly mapToRegistry name custom-error-generator
245 silly mapToRegistry using default registry
246 silly mapToRegistry registry https://registry.npmjs.org/
247 silly mapToRegistry data Result {
247 silly mapToRegistry raw: 'custom-error-generator',
247 silly mapToRegistry scope: null,
247 silly mapToRegistry name: 'custom-error-generator',
247 silly mapToRegistry rawSpec: '',
247 silly mapToRegistry spec: 'latest',
247 silly mapToRegistry type: 'tag' }
248 silly mapToRegistry uri https://registry.npmjs.org/custom-error-generator
249 verbose addNameVersion registry:https://registry.npmjs.org/custom-error-generator not in flight; fetching
250 verbose request uri https://registry.npmjs.org/custom-error-generator
251 verbose request no auth needed
252 info attempt registry request try #1 at 6:13:48 AM
253 verbose etag "CMTFD8YVN0XN3UJKMCTHIN486"
254 http request GET https://registry.npmjs.org/custom-error-generator
255 http 304 https://registry.npmjs.org/custom-error-generator
256 verbose headers { date: 'Wed, 17 Aug 2016 10:13:48 GMT',
256 verbose headers via: '1.1 varnish',
256 verbose headers 'cache-control': 'max-age=300',
256 verbose headers etag: '"CMTFD8YVN0XN3UJKMCTHIN486"',
256 verbose headers age: '224',
256 verbose headers connection: 'keep-alive',
256 verbose headers 'x-served-by': 'cache-jfk8141-JFK',
256 verbose headers 'x-cache': 'HIT',
256 verbose headers 'x-cache-hits': '1',
256 verbose headers 'x-timer': 'S1471428828.228080,VS0,VE0',
256 verbose headers vary: 'Accept-Encoding' }
257 silly get cb [ 304,
257 silly get { date: 'Wed, 17 Aug 2016 10:13:48 GMT',
257 silly get via: '1.1 varnish',
257 silly get 'cache-control': 'max-age=300',
257 silly get etag: '"CMTFD8YVN0XN3UJKMCTHIN486"',
257 silly get age: '224',
257 silly get connection: 'keep-alive',
257 silly get 'x-served-by': 'cache-jfk8141-JFK',
257 silly get 'x-cache': 'HIT',
257 silly get 'x-cache-hits': '1',
257 silly get 'x-timer': 'S1471428828.228080,VS0,VE0',
257 silly get vary: 'Accept-Encoding' } ]
258 verbose etag https://registry.npmjs.org/custom-error-generator from cache
259 verbose get saving custom-error-generator to C:\Users\jayaseej\AppData\Roaming\npm-cache\registry.npmjs.org\custom-error-generator.cache.json
260 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
261 silly cache afterAdd custom-error-generator@7.0.0
262 verbose afterAdd C:\Users\jayaseej\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package\package.json not in flight; writing
263 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
264 verbose afterAdd C:\Users\jayaseej\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package\package.json written
265 silly install resolved [ { name: 'custom-error-generator',
265 silly install resolved version: '7.0.0',
265 silly install resolved description: 'Custom errors and exceptions in Node.js',
265 silly install resolved main: 'error.js',
265 silly install resolved scripts: { test: 'make test' },
265 silly install resolved engines: [ 'node >=0.6.0' ],
265 silly install resolved config: { blanket: [Object], 'travis-cov': [Object] },
265 silly install resolved author: { name: 'Jesse Proulx', email: 'github@jproulx.net' },
265 silly install resolved license: 'ISC',
265 silly install resolved devDependencies:
265 silly install resolved { mocha: '',
265 silly install resolved should: '',
265 silly install resolved blanket: '',
265 silly install resolved 'mocha-lcov-reporter': '',
265 silly install resolved jshint: '',
265 silly install resolved 'travis-cov': '',
265 silly install resolved 'codeclimate-test-reporter': '',
265 silly install resolved coveralls: '' },
265 silly install resolved repository:
265 silly install resolved { type: 'git',
265 silly install resolved url: 'git+https://github.com/jproulx/node-custom-error.git' },
265 silly install resolved keywords: [ 'error', 'errors', 'error factory', 'custom error' ],
265 silly install resolved bugs: { url: 'https://github.com/jproulx/node-custom-error/issues' },
265 silly install resolved homepage: 'https://github.com/jproulx/node-custom-error',
265 silly install resolved _id: 'custom-error-generator@7.0.0',
265 silly install resolved dist:
265 silly install resolved { shasum: 'b16f8d09636327f69ae80a1043766f30f4506408',
265 silly install resolved tarball: 'https://registry.npmjs.org/custom-error-generator/-/custom-error-generator-7.0.0.tgz' },
265 silly install resolved _from: 'custom-error-generator@7.0.0',
265 silly install resolved _npmVersion: '1.4.3',
265 silly install resolved _npmUser: { name: 'jproulx', email: 'github@jproulx.net' },
265 silly install resolved maintainers: [ [Object] ],
265 silly install resolved directories: {},
265 silly install resolved _shasum: 'b16f8d09636327f69ae80a1043766f30f4506408',
265 silly install resolved _resolved: 'https://registry.npmjs.org/custom-error-generator/-/custom-error-generator-7.0.0.tgz',
265 silly install resolved readme: 'ERROR: No README data found!' } ]
266 info install custom-error-generator@7.0.0 into C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
267 info installOne custom-error-generator@7.0.0
268 verbose installOne of custom-error-generator to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi not in flight; installing
269 verbose correctMkdir C:\Users\jayaseej\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing
270 verbose lock using C:\Users\jayaseej\AppData\Roaming\npm-cache_locks\custom-error-generator-ea74f32ba305d76c.lock for C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
271 silly install write writing custom-error-generator 7.0.0 to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
272 verbose unbuild node_modules\blpapi\node_modules\custom-error-generator
273 silly gentlyRm C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator is being purged from base C:\Users\jayaseej\AppData\Roaming\npm
274 verbose gentlyRm don't care about contents; nuking C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
275 verbose tar unpack C:\Users\jayaseej\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package.tgz
276 verbose tar unpacking to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
277 silly gentlyRm C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator is being purged
278 verbose gentlyRm don't care about contents; nuking C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
279 silly gunzTarPerm modes [ '777', '666' ]
280 silly gunzTarPerm extractEntry package.json
281 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
282 silly gunzTarPerm extractEntry .npmignore
283 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
284 silly gunzTarPerm extractEntry README.md
285 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
286 silly gunzTarPerm extractEntry error.js
287 silly gunzTarPerm modified mode [ 'error.js', 420, 438 ]
288 silly gunzTarPerm extractEntry test.js
289 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
290 silly gunzTarPerm extractEntry .jshintrc
291 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
292 silly gunzTarPerm extractEntry .travis.yml
293 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
294 silly gunzTarPerm extractEntry Makefile
295 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
296 verbose write writing to C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator\package.json
297 info preinstall custom-error-generator@7.0.0
298 verbose readDependencies loading dependencies from C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator\package.json
299 verbose readDependencies loading dependencies from C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator\package.json
300 silly install resolved []
301 verbose about to build C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
302 info build C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
303 info linkStuff custom-error-generator@7.0.0
304 silly linkStuff custom-error-generator@7.0.0 has C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules as its parent node_modules
305 silly linkStuff custom-error-generator@7.0.0 is part of a global install
306 silly linkStuff custom-error-generator@7.0.0 is installed into a global node_modules
307 verbose linkBins custom-error-generator@7.0.0
308 verbose linkMans custom-error-generator@7.0.0
309 verbose rebuildBundles custom-error-generator@7.0.0
310 info install custom-error-generator@7.0.0
311 info postinstall custom-error-generator@7.0.0
312 verbose unlock done using C:\Users\jayaseej\AppData\Roaming\npm-cache_locks\custom-error-generator-ea74f32ba305d76c.lock for C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi\node_modules\custom-error-generator
313 verbose about to build C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
314 info build C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
315 info linkStuff blpapi@1.2.0
316 silly linkStuff blpapi@1.2.0 has C:\Users\jayaseej\AppData\Roaming\npm\node_modules as its parent node_modules
317 silly linkStuff blpapi@1.2.0 is part of a global install
318 silly linkStuff blpapi@1.2.0 is installed into a global node_modules
319 silly linkStuff blpapi@1.2.0 is installed into the top-level global node_modules
320 verbose linkBins blpapi@1.2.0
321 verbose linkMans blpapi@1.2.0
322 verbose rebuildBundles blpapi@1.2.0
323 verbose rebuildBundles [ 'custom-error-generator' ]
324 info install blpapi@1.2.0
325 verbose unsafe-perm in lifecycle true
326 info blpapi@1.2.0 Failed to exec install script
327 verbose unlock done using C:\Users\jayaseej\AppData\Roaming\npm-cache_locks\blpapi-df4b506869472cc6.lock for C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
328 verbose stack Error: blpapi@1.2.0 install: node-gyp configure build
328 verbose stack Exit status 1
328 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:217:16)
328 verbose stack at emitTwo (events.js:87:13)
328 verbose stack at EventEmitter.emit (events.js:172:7)
328 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
328 verbose stack at emitTwo (events.js:87:13)
328 verbose stack at ChildProcess.emit (events.js:172:7)
328 verbose stack at maybeClose (internal/child_process.js:827:16)
328 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
329 verbose pkgid blpapi@1.2.0
330 verbose cwd D:\nwblpapi
331 error Windows_NT 6.3.9600
332 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "blpapi"
333 error node v4.4.7
334 error npm v2.15.8
335 error code ELIFECYCLE
336 error blpapi@1.2.0 install: node-gyp configure build
336 error Exit status 1
337 error Failed at the blpapi@1.2.0 install script 'node-gyp configure build'.
337 error This is most likely a problem with the blpapi package,
337 error not with npm itself.
337 error Tell the author that this fails on your system:
337 error node-gyp configure build
337 error You can get information on how to open an issue for this project with:
337 error npm bugs blpapi
337 error Or if that isn't available, you can get their info via:
337 error
337 error npm owner ls blpapi
337 error There is likely additional logging output above.
338 verbose exit [ 1, true ]
339 verbose unbuild node_modules\blpapi
340 info preuninstall blpapi@1.2.0
341 info uninstall blpapi@1.2.0
342 verbose unbuild rmStuff blpapi@1.2.0 from C:\Users\jayaseej\AppData\Roaming\npm\node_modules
343 info postuninstall blpapi@1.2.0
344 silly gentlyRm C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi is being purged from base C:\Users\jayaseej\AppData\Roaming\npm
345 verbose gentlyRm don't care about contents; nuking C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
346 silly vacuum-fs purging C:\Users\jayaseej\AppData\Roaming\npm\node_modules\blpapi
347 silly vacuum-fs quitting because other entries in C:\Users\jayaseej\AppData\Roaming\npm\node_modules

I cant install, my log:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\nodejs\\node.exe',
1 verbose cli   'C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   'git://github.com/bloomberg/blpapi-node.git' ]
2 info using npm@3.10.8
3 info using node@v6.9.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData git://github.com/bloomberg/blpapi-node.git
8 silly fetchOtherPackageData git://github.com/bloomberg/blpapi-node.git
9 silly cache add args [ 'git://github.com/bloomberg/blpapi-node.git', null ]
10 verbose cache add spec git://github.com/bloomberg/blpapi-node.git
11 silly cache add parsed spec Result {
11 silly cache add   raw: 'git://github.com/bloomberg/blpapi-node.git',
11 silly cache add   scope: null,
11 silly cache add   escapedName: null,
11 silly cache add   name: null,
11 silly cache add   rawSpec: 'git://github.com/bloomberg/blpapi-node.git',
11 silly cache add   spec: 'git://github.com/bloomberg/blpapi-node.git',
11 silly cache add   type: 'hosted',
11 silly cache add   hosted:
11 silly cache add    { type: 'github',
11 silly cache add      ssh: 'git@github.com:bloomberg/blpapi-node.git',
11 silly cache add      sshUrl: 'git+ssh://git@github.com/bloomberg/blpapi-node.git',
11 silly cache add      httpsUrl: 'git+https://github.com/bloomberg/blpapi-node.git',
11 silly cache add      gitUrl: 'git://github.com/bloomberg/blpapi-node.git',
11 silly cache add      shortcut: 'github:bloomberg/blpapi-node',
11 silly cache add      directUrl: 'https://raw.githubusercontent.com/bloomberg/blpapi-node/master/package.json' } }
12 verbose addRemoteGit caching git://github.com/bloomberg/blpapi-node.git
13 verbose addRemoteGit git://github.com/bloomberg/blpapi-node.git is a repository hosted by github
14 silly tryClone cloning git://github.com/bloomberg/blpapi-node.git via git://github.com/bloomberg/blpapi-node.git
15 verbose tryClone git-github-com-bloomberg-blpapi-node-git-a7274bac not in flight; caching
16 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
17 verbose makeDirectory C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes creation not in flight; initializing
18 verbose makeCacheDir UID & GID are irrelevant on win32
19 error git clone --template=C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/bloomberg/blpapi-node.git C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes\git-github-com-bloomberg-blpapi-node-git-a7274bac: undefined
19 error git clone --template=C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/bloomberg/blpapi-node.git C:\Users\Administrator\AppData\Roaming\npm-cache\_git-remotes\git-github-com-bloomberg-blpapi-node-git-a7274bac: undefined
20 silly fetchPackageMetaData Error: not found: git
20 silly fetchPackageMetaData     at getNotFoundError (C:\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
20 silly fetchPackageMetaData     at F (C:\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
20 silly fetchPackageMetaData     at E (C:\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\which.js:90:16
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
20 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15)
20 silly fetchPackageMetaData  error for git://github.com/bloomberg/blpapi-node.git { Error: not found: git
20 silly fetchPackageMetaData     at getNotFoundError (C:\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
20 silly fetchPackageMetaData     at F (C:\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
20 silly fetchPackageMetaData     at E (C:\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\which.js:90:16
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
20 silly fetchPackageMetaData     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
20 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
21 silly rollbackFailedOptional Starting
22 silly rollbackFailedOptional Finishing
23 silly runTopLevelLifecycles Finishing
24 silly install printInstalled
25 verbose stack Error: not found: git
25 verbose stack     at getNotFoundError (C:\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
25 verbose stack     at F (C:\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
25 verbose stack     at E (C:\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
25 verbose stack     at C:\nodejs\node_modules\npm\node_modules\which\which.js:90:16
25 verbose stack     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
25 verbose stack     at C:\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
25 verbose stack     at FSReqWrap.oncomplete (fs.js:123:15)
26 verbose cwd C:\node_bbg
27 error Windows_NT 6.1.7601
28 error argv "C:\\nodejs\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "git://github.com/bloomberg/blpapi-node.git"
29 error node v6.9.1
30 error npm  v3.10.8
31 error code ENOGIT
32 error not found: git
33 error Failed using git.
33 error This is most likely not a problem with npm itself.
33 error Please check if you have git installed and in your PATH.
34 verbose exit [ 1, true ]
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\nodejs\\node.exe',
1 verbose cli   'C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   'blpapi',
1 verbose cli   '--save' ]
2 info using npm@3.10.8
3 info using node@v6.9.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData blpapi
8 silly fetchNamedPackageData blpapi
9 silly mapToRegistry name blpapi
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry   raw: 'blpapi',
12 silly mapToRegistry   scope: null,
12 silly mapToRegistry   escapedName: 'blpapi',
12 silly mapToRegistry   name: 'blpapi',
12 silly mapToRegistry   rawSpec: '',
12 silly mapToRegistry   spec: 'latest',
12 silly mapToRegistry   type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/blpapi
14 verbose request uri https://registry.npmjs.org/blpapi
15 verbose request no auth needed
16 info attempt registry request try #1 at 4:50:51 PM
17 verbose request id c1b800143d0518e0
18 verbose etag "5EKQ8US0IVJ0KRMZ2CQC43CV2"
19 http request GET https://registry.npmjs.org/blpapi
20 http 304 https://registry.npmjs.org/blpapi
21 verbose headers { date: 'Thu, 20 Oct 2016 18:51:37 GMT',
21 verbose headers   via: '1.1 varnish',
21 verbose headers   'cache-control': 'max-age=300',
21 verbose headers   etag: '"5EKQ8US0IVJ0KRMZ2CQC43CV2"',
21 verbose headers   age: '0',
21 verbose headers   connection: 'keep-alive',
21 verbose headers   'x-served-by': 'cache-gru7122-GRU',
21 verbose headers   'x-cache': 'HIT',
21 verbose headers   'x-cache-hits': '1',
21 verbose headers   'x-timer': 'S1476989497.506222,VS0,VE153',
21 verbose headers   vary: 'Accept-Encoding' }
22 silly get cb [ 304,
22 silly get   { date: 'Thu, 20 Oct 2016 18:51:37 GMT',
22 silly get     via: '1.1 varnish',
22 silly get     'cache-control': 'max-age=300',
22 silly get     etag: '"5EKQ8US0IVJ0KRMZ2CQC43CV2"',
22 silly get     age: '0',
22 silly get     connection: 'keep-alive',
22 silly get     'x-served-by': 'cache-gru7122-GRU',
22 silly get     'x-cache': 'HIT',
22 silly get     'x-cache-hits': '1',
22 silly get     'x-timer': 'S1476989497.506222,VS0,VE153',
22 silly get     vary: 'Accept-Encoding' } ]
23 verbose etag https://registry.npmjs.org/blpapi from cache
24 verbose get saving blpapi to C:\Users\Administrator\AppData\Roaming\npm-cache\registry.npmjs.org\blpapi\.cache.json
25 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
26 silly install normalizeTree
27 silly loadCurrentTree Finishing
28 silly loadIdealTree Starting
29 silly install loadIdealTree
30 silly cloneCurrentTree Starting
31 silly install cloneCurrentTreeToIdealTree
32 silly cloneCurrentTree Finishing
33 silly loadShrinkwrap Starting
34 silly install loadShrinkwrap
35 silly loadShrinkwrap Finishing
36 silly loadAllDepsIntoIdealTree Starting
37 silly install loadAllDepsIntoIdealTree
38 silly resolveWithNewModule blpapi@1.2.0 checking installable status
39 silly cache add args [ 'blpapi', null ]
40 verbose cache add spec blpapi
41 silly cache add parsed spec Result {
41 silly cache add   raw: 'blpapi',
41 silly cache add   scope: null,
41 silly cache add   escapedName: 'blpapi',
41 silly cache add   name: 'blpapi',
41 silly cache add   rawSpec: '',
41 silly cache add   spec: 'latest',
41 silly cache add   type: 'tag' }
42 silly addNamed blpapi@latest
43 verbose addNamed "latest" is being treated as a dist-tag for blpapi
44 info addNameTag [ 'blpapi', 'latest' ]
45 silly mapToRegistry name blpapi
46 silly mapToRegistry using default registry
47 silly mapToRegistry registry https://registry.npmjs.org/
48 silly mapToRegistry data Result {
48 silly mapToRegistry   raw: 'blpapi',
48 silly mapToRegistry   scope: null,
48 silly mapToRegistry   escapedName: 'blpapi',
48 silly mapToRegistry   name: 'blpapi',
48 silly mapToRegistry   rawSpec: '',
48 silly mapToRegistry   spec: 'latest',
48 silly mapToRegistry   type: 'tag' }
49 silly mapToRegistry uri https://registry.npmjs.org/blpapi
50 verbose addNameTag registry:https://registry.npmjs.org/blpapi not in flight; fetching
51 verbose get https://registry.npmjs.org/blpapi not expired, no request
52 silly addNameTag next cb for blpapi with tag latest
53 silly addNamed blpapi@1.2.0
54 verbose addNamed "1.2.0" is a plain semver version for blpapi
55 silly cache afterAdd blpapi@1.2.0
56 verbose afterAdd C:\Users\Administrator\AppData\Roaming\npm-cache\blpapi\1.2.0\package\package.json not in flight; writing
57 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
58 verbose afterAdd C:\Users\Administrator\AppData\Roaming\npm-cache\blpapi\1.2.0\package\package.json written
59 silly fetchNamedPackageData custom-error-generator
60 silly mapToRegistry name custom-error-generator
61 silly mapToRegistry using default registry
62 silly mapToRegistry registry https://registry.npmjs.org/
63 silly mapToRegistry data Result {
63 silly mapToRegistry   raw: 'custom-error-generator',
63 silly mapToRegistry   scope: null,
63 silly mapToRegistry   escapedName: 'custom-error-generator',
63 silly mapToRegistry   name: 'custom-error-generator',
63 silly mapToRegistry   rawSpec: '',
63 silly mapToRegistry   spec: 'latest',
63 silly mapToRegistry   type: 'tag' }
64 silly mapToRegistry uri https://registry.npmjs.org/custom-error-generator
65 verbose request uri https://registry.npmjs.org/custom-error-generator
66 verbose request no auth needed
67 info attempt registry request try #1 at 4:50:51 PM
68 verbose etag "BNU6EA9X0H6E2D52N7U9NAROU"
69 http request GET https://registry.npmjs.org/custom-error-generator
70 http 304 https://registry.npmjs.org/custom-error-generator
71 verbose headers { date: 'Thu, 20 Oct 2016 18:51:38 GMT',
71 verbose headers   via: '1.1 varnish',
71 verbose headers   'cache-control': 'max-age=300',
71 verbose headers   etag: '"BNU6EA9X0H6E2D52N7U9NAROU"',
71 verbose headers   age: '0',
71 verbose headers   connection: 'keep-alive',
71 verbose headers   'x-served-by': 'cache-gru7122-GRU',
71 verbose headers   'x-cache': 'HIT',
71 verbose headers   'x-cache-hits': '1',
71 verbose headers   'x-timer': 'S1476989498.109561,VS0,VE154',
71 verbose headers   vary: 'Accept-Encoding' }
72 silly get cb [ 304,
72 silly get   { date: 'Thu, 20 Oct 2016 18:51:38 GMT',
72 silly get     via: '1.1 varnish',
72 silly get     'cache-control': 'max-age=300',
72 silly get     etag: '"BNU6EA9X0H6E2D52N7U9NAROU"',
72 silly get     age: '0',
72 silly get     connection: 'keep-alive',
72 silly get     'x-served-by': 'cache-gru7122-GRU',
72 silly get     'x-cache': 'HIT',
72 silly get     'x-cache-hits': '1',
72 silly get     'x-timer': 'S1476989498.109561,VS0,VE154',
72 silly get     vary: 'Accept-Encoding' } ]
73 verbose etag https://registry.npmjs.org/custom-error-generator from cache
74 verbose get saving custom-error-generator to C:\Users\Administrator\AppData\Roaming\npm-cache\registry.npmjs.org\custom-error-generator\.cache.json
75 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
76 silly resolveWithNewModule custom-error-generator@7.0.0 checking installable status
77 silly cache add args [ 'custom-error-generator@7.0.0', null ]
78 verbose cache add spec custom-error-generator@7.0.0
79 silly cache add parsed spec Result {
79 silly cache add   raw: 'custom-error-generator@7.0.0',
79 silly cache add   scope: null,
79 silly cache add   escapedName: 'custom-error-generator',
79 silly cache add   name: 'custom-error-generator',
79 silly cache add   rawSpec: '7.0.0',
79 silly cache add   spec: '7.0.0',
79 silly cache add   type: 'version' }
80 silly addNamed custom-error-generator@7.0.0
81 verbose addNamed "7.0.0" is a plain semver version for custom-error-generator
82 silly mapToRegistry name custom-error-generator
83 silly mapToRegistry using default registry
84 silly mapToRegistry registry https://registry.npmjs.org/
85 silly mapToRegistry data Result {
85 silly mapToRegistry   raw: 'custom-error-generator',
85 silly mapToRegistry   scope: null,
85 silly mapToRegistry   escapedName: 'custom-error-generator',
85 silly mapToRegistry   name: 'custom-error-generator',
85 silly mapToRegistry   rawSpec: '',
85 silly mapToRegistry   spec: 'latest',
85 silly mapToRegistry   type: 'tag' }
86 silly mapToRegistry uri https://registry.npmjs.org/custom-error-generator
87 verbose addNameVersion registry:https://registry.npmjs.org/custom-error-generator not in flight; fetching
88 verbose get https://registry.npmjs.org/custom-error-generator not expired, no request
89 silly cache afterAdd custom-error-generator@7.0.0
90 verbose afterAdd C:\Users\Administrator\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package\package.json not in flight; writing
91 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
92 verbose afterAdd C:\Users\Administrator\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package\package.json written
93 silly loadAllDepsIntoIdealTree Finishing
94 silly loadIdealTree Finishing
95 silly currentTree node_bbg
95 silly currentTree +-- abbrev@1.0.9
95 silly currentTree +-- ansi-regex@2.0.0
95 silly currentTree +-- ansi-styles@2.2.1
95 silly currentTree +-- aproba@1.0.4
95 silly currentTree +-- are-we-there-yet@1.1.2
95 silly currentTree +-- array-index@1.0.0
95 silly currentTree +-- asn1@0.2.3
95 silly currentTree +-- assert-plus@0.2.0
95 silly currentTree +-- asynckit@0.4.0
95 silly currentTree +-- aws-sign2@0.6.0
95 silly currentTree +-- aws4@1.5.0
95 silly currentTree +-- balanced-match@0.4.2
95 silly currentTree +-- bcrypt-pbkdf@1.0.0
95 silly currentTree +-- bl@1.1.2
95 silly currentTree | `-- readable-stream@2.0.6
95 silly currentTree +-- block-stream@0.0.9
95 silly currentTree +-- boom@2.10.1
95 silly currentTree +-- brace-expansion@1.1.6
95 silly currentTree +-- buffer-shims@1.0.0
95 silly currentTree +-- caseless@0.11.0
95 silly currentTree +-- chalk@1.1.3
95 silly currentTree +-- code-point-at@1.0.1
95 silly currentTree +-- combined-stream@1.0.5
95 silly currentTree +-- commander@2.9.0
95 silly currentTree +-- concat-map@0.0.1
95 silly currentTree +-- console-control-strings@1.1.0
95 silly currentTree +-- core-util-is@1.0.2
95 silly currentTree +-- cryptiles@2.0.5
95 silly currentTree +-- d@0.1.1
95 silly currentTree +-- dashdash@1.14.0
95 silly currentTree | `-- assert-plus@1.0.0
95 silly currentTree +-- debug@2.2.0
95 silly currentTree +-- delayed-stream@1.0.0
95 silly currentTree +-- delegates@1.0.0
95 silly currentTree +-- ecc-jsbn@0.1.1
95 silly currentTree +-- es5-ext@0.10.12
95 silly currentTree +-- es6-iterator@2.0.0
95 silly currentTree +-- es6-symbol@3.1.0
95 silly currentTree +-- escape-string-regexp@1.0.5
95 silly currentTree +-- extend@3.0.0
95 silly currentTree +-- extsprintf@1.0.2
95 silly currentTree +-- forever-agent@0.6.1
95 silly currentTree +-- form-data@2.0.0
95 silly currentTree +-- fs.realpath@1.0.0
95 silly currentTree +-- fstream@1.0.10
95 silly currentTree +-- gauge@2.6.0
95 silly currentTree +-- generate-function@2.0.0
95 silly currentTree +-- generate-object-property@1.2.0
95 silly currentTree +-- getpass@0.1.6
95 silly currentTree | `-- assert-plus@1.0.0
95 silly currentTree +-- glob@7.1.1
95 silly currentTree +-- graceful-fs@4.1.9
95 silly currentTree +-- graceful-readlink@1.0.1
95 silly currentTree +-- har-validator@2.0.6
95 silly currentTree +-- has-ansi@2.0.0
95 silly currentTree +-- has-color@0.1.7
95 silly currentTree +-- has-unicode@2.0.1
95 silly currentTree +-- hawk@3.1.3
95 silly currentTree +-- hoek@2.16.3
95 silly currentTree +-- http-signature@1.1.1
95 silly currentTree +-- inflight@1.0.6
95 silly currentTree +-- inherits@2.0.3
95 silly currentTree +-- is-fullwidth-code-point@1.0.0
95 silly currentTree +-- is-my-json-valid@2.15.0
95 silly currentTree +-- is-property@1.0.2
95 silly currentTree +-- is-typedarray@1.0.0
95 silly currentTree +-- isarray@1.0.0
95 silly currentTree +-- isexe@1.1.2
95 silly currentTree +-- isstream@0.1.2
95 silly currentTree +-- jodid25519@1.0.2
95 silly currentTree +-- jsbn@0.1.0
95 silly currentTree +-- json-schema@0.2.3
95 silly currentTree +-- json-stringify-safe@5.0.1
95 silly currentTree +-- jsonpointer@4.0.0
95 silly currentTree +-- jsprim@1.3.1
95 silly currentTree +-- mime-db@1.24.0
95 silly currentTree +-- mime-types@2.1.12
95 silly currentTree +-- minimatch@3.0.3
95 silly currentTree +-- minimist@0.0.8
95 silly currentTree +-- mkdirp@0.5.1
95 silly currentTree +-- ms@0.7.1
95 silly currentTree +-- node-gyp@3.4.0
95 silly currentTree +-- node-uuid@1.4.7
95 silly currentTree +-- nopt@3.0.6
95 silly currentTree +-- npmlog@3.1.2
95 silly currentTree +-- number-is-nan@1.0.1
95 silly currentTree +-- oauth-sign@0.8.2
95 silly currentTree +-- object-assign@4.1.0
95 silly currentTree +-- once@1.4.0
95 silly currentTree +-- os-homedir@1.0.2
95 silly currentTree +-- os-tmpdir@1.0.2
95 silly currentTree +-- osenv@0.1.3
95 silly currentTree +-- path-array@1.0.1
95 silly currentTree +-- path-is-absolute@1.0.1
95 silly currentTree +-- pinkie-promise@2.0.1
95 silly currentTree +-- pinkie@2.0.4
95 silly currentTree +-- process-nextick-args@1.0.7
95 silly currentTree +-- qs@6.2.1
95 silly currentTree +-- readable-stream@2.1.5
95 silly currentTree +-- request@2.75.0
95 silly currentTree +-- rimraf@2.5.4
95 silly currentTree +-- semver@5.3.0
95 silly currentTree +-- set-blocking@2.0.0
95 silly currentTree +-- signal-exit@3.0.1
95 silly currentTree +-- sntp@1.0.9
95 silly currentTree +-- sshpk@1.10.1
95 silly currentTree | `-- assert-plus@1.0.0
95 silly currentTree +-- string_decoder@0.10.31
95 silly currentTree +-- string-width@1.0.2
95 silly currentTree +-- stringstream@0.0.5
95 silly currentTree +-- strip-ansi@3.0.1
95 silly currentTree +-- supports-color@2.0.0
95 silly currentTree +-- tar@2.2.1
95 silly currentTree +-- tough-cookie@2.3.1
95 silly currentTree +-- tunnel-agent@0.4.3
95 silly currentTree +-- tweetnacl@0.14.3
95 silly currentTree +-- util-deprecate@1.0.2
95 silly currentTree +-- verror@1.3.6
95 silly currentTree +-- which@1.2.11
95 silly currentTree +-- wide-align@1.1.0
95 silly currentTree +-- wrappy@1.0.2
95 silly currentTree `-- xtend@4.0.1
96 silly idealTree node_bbg
96 silly idealTree +-- abbrev@1.0.9
96 silly idealTree +-- ansi-regex@2.0.0
96 silly idealTree +-- ansi-styles@2.2.1
96 silly idealTree +-- aproba@1.0.4
96 silly idealTree +-- are-we-there-yet@1.1.2
96 silly idealTree +-- array-index@1.0.0
96 silly idealTree +-- asn1@0.2.3
96 silly idealTree +-- assert-plus@0.2.0
96 silly idealTree +-- asynckit@0.4.0
96 silly idealTree +-- aws-sign2@0.6.0
96 silly idealTree +-- aws4@1.5.0
96 silly idealTree +-- balanced-match@0.4.2
96 silly idealTree +-- bcrypt-pbkdf@1.0.0
96 silly idealTree +-- bl@1.1.2
96 silly idealTree | `-- readable-stream@2.0.6
96 silly idealTree +-- block-stream@0.0.9
96 silly idealTree +-- blpapi@1.2.0
96 silly idealTree +-- boom@2.10.1
96 silly idealTree +-- brace-expansion@1.1.6
96 silly idealTree +-- buffer-shims@1.0.0
96 silly idealTree +-- caseless@0.11.0
96 silly idealTree +-- chalk@1.1.3
96 silly idealTree +-- code-point-at@1.0.1
96 silly idealTree +-- combined-stream@1.0.5
96 silly idealTree +-- commander@2.9.0
96 silly idealTree +-- concat-map@0.0.1
96 silly idealTree +-- console-control-strings@1.1.0
96 silly idealTree +-- core-util-is@1.0.2
96 silly idealTree +-- cryptiles@2.0.5
96 silly idealTree +-- custom-error-generator@7.0.0
96 silly idealTree +-- d@0.1.1
96 silly idealTree +-- dashdash@1.14.0
96 silly idealTree | `-- assert-plus@1.0.0
96 silly idealTree +-- debug@2.2.0
96 silly idealTree +-- delayed-stream@1.0.0
96 silly idealTree +-- delegates@1.0.0
96 silly idealTree +-- ecc-jsbn@0.1.1
96 silly idealTree +-- es5-ext@0.10.12
96 silly idealTree +-- es6-iterator@2.0.0
96 silly idealTree +-- es6-symbol@3.1.0
96 silly idealTree +-- escape-string-regexp@1.0.5
96 silly idealTree +-- extend@3.0.0
96 silly idealTree +-- extsprintf@1.0.2
96 silly idealTree +-- forever-agent@0.6.1
96 silly idealTree +-- form-data@2.0.0
96 silly idealTree +-- fs.realpath@1.0.0
96 silly idealTree +-- fstream@1.0.10
96 silly idealTree +-- gauge@2.6.0
96 silly idealTree +-- generate-function@2.0.0
96 silly idealTree +-- generate-object-property@1.2.0
96 silly idealTree +-- getpass@0.1.6
96 silly idealTree | `-- assert-plus@1.0.0
96 silly idealTree +-- glob@7.1.1
96 silly idealTree +-- graceful-fs@4.1.9
96 silly idealTree +-- graceful-readlink@1.0.1
96 silly idealTree +-- har-validator@2.0.6
96 silly idealTree +-- has-ansi@2.0.0
96 silly idealTree +-- has-color@0.1.7
96 silly idealTree +-- has-unicode@2.0.1
96 silly idealTree +-- hawk@3.1.3
96 silly idealTree +-- hoek@2.16.3
96 silly idealTree +-- http-signature@1.1.1
96 silly idealTree +-- inflight@1.0.6
96 silly idealTree +-- inherits@2.0.3
96 silly idealTree +-- is-fullwidth-code-point@1.0.0
96 silly idealTree +-- is-my-json-valid@2.15.0
96 silly idealTree +-- is-property@1.0.2
96 silly idealTree +-- is-typedarray@1.0.0
96 silly idealTree +-- isarray@1.0.0
96 silly idealTree +-- isexe@1.1.2
96 silly idealTree +-- isstream@0.1.2
96 silly idealTree +-- jodid25519@1.0.2
96 silly idealTree +-- jsbn@0.1.0
96 silly idealTree +-- json-schema@0.2.3
96 silly idealTree +-- json-stringify-safe@5.0.1
96 silly idealTree +-- jsonpointer@4.0.0
96 silly idealTree +-- jsprim@1.3.1
96 silly idealTree +-- mime-db@1.24.0
96 silly idealTree +-- mime-types@2.1.12
96 silly idealTree +-- minimatch@3.0.3
96 silly idealTree +-- minimist@0.0.8
96 silly idealTree +-- mkdirp@0.5.1
96 silly idealTree +-- ms@0.7.1
96 silly idealTree +-- node-gyp@3.4.0
96 silly idealTree +-- node-uuid@1.4.7
96 silly idealTree +-- nopt@3.0.6
96 silly idealTree +-- npmlog@3.1.2
96 silly idealTree +-- number-is-nan@1.0.1
96 silly idealTree +-- oauth-sign@0.8.2
96 silly idealTree +-- object-assign@4.1.0
96 silly idealTree +-- once@1.4.0
96 silly idealTree +-- os-homedir@1.0.2
96 silly idealTree +-- os-tmpdir@1.0.2
96 silly idealTree +-- osenv@0.1.3
96 silly idealTree +-- path-array@1.0.1
96 silly idealTree +-- path-is-absolute@1.0.1
96 silly idealTree +-- pinkie-promise@2.0.1
96 silly idealTree +-- pinkie@2.0.4
96 silly idealTree +-- process-nextick-args@1.0.7
96 silly idealTree +-- qs@6.2.1
96 silly idealTree +-- readable-stream@2.1.5
96 silly idealTree +-- request@2.75.0
96 silly idealTree +-- rimraf@2.5.4
96 silly idealTree +-- semver@5.3.0
96 silly idealTree +-- set-blocking@2.0.0
96 silly idealTree +-- signal-exit@3.0.1
96 silly idealTree +-- sntp@1.0.9
96 silly idealTree +-- sshpk@1.10.1
96 silly idealTree | `-- assert-plus@1.0.0
96 silly idealTree +-- string_decoder@0.10.31
96 silly idealTree +-- string-width@1.0.2
96 silly idealTree +-- stringstream@0.0.5
96 silly idealTree +-- strip-ansi@3.0.1
96 silly idealTree +-- supports-color@2.0.0
96 silly idealTree +-- tar@2.2.1
96 silly idealTree +-- tough-cookie@2.3.1
96 silly idealTree +-- tunnel-agent@0.4.3
96 silly idealTree +-- tweetnacl@0.14.3
96 silly idealTree +-- util-deprecate@1.0.2
96 silly idealTree +-- verror@1.3.6
96 silly idealTree +-- which@1.2.11
96 silly idealTree +-- wide-align@1.1.0
96 silly idealTree +-- wrappy@1.0.2
96 silly idealTree `-- xtend@4.0.1
97 silly generateActionsToTake Starting
98 silly install generateActionsToTake
99 silly generateActionsToTake Finishing
100 silly diffTrees action count 2
101 silly diffTrees add custom-error-generator@7.0.0
102 silly diffTrees add blpapi@1.2.0
103 silly decomposeActions action count 16
104 silly decomposeActions fetch custom-error-generator@7.0.0
105 silly decomposeActions extract custom-error-generator@7.0.0
106 silly decomposeActions test custom-error-generator@7.0.0
107 silly decomposeActions preinstall custom-error-generator@7.0.0
108 silly decomposeActions build custom-error-generator@7.0.0
109 silly decomposeActions install custom-error-generator@7.0.0
110 silly decomposeActions postinstall custom-error-generator@7.0.0
111 silly decomposeActions finalize custom-error-generator@7.0.0
112 silly decomposeActions fetch blpapi@1.2.0
113 silly decomposeActions extract blpapi@1.2.0
114 silly decomposeActions test blpapi@1.2.0
115 silly decomposeActions preinstall blpapi@1.2.0
116 silly decomposeActions build blpapi@1.2.0
117 silly decomposeActions install blpapi@1.2.0
118 silly decomposeActions postinstall blpapi@1.2.0
119 silly decomposeActions finalize blpapi@1.2.0
120 silly runTopLevelLifecycles Starting
121 silly executeActions Starting
122 silly install executeActions
123 silly doSerial global-install 0
124 silly doParallel fetch 2
125 verbose correctMkdir C:\Users\Administrator\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
126 verbose lock using C:\Users\Administrator\AppData\Roaming\npm-cache\_locks\staging-342a00e07a9e8847.lock for C:\node_bbg\node_modules\.staging
127 silly doParallel extract 2
128 silly extract custom-error-generator@7.0.0
129 silly extract blpapi@1.2.0
130 verbose unbuild node_modules\.staging\custom-error-generator-8067d4f4
131 verbose unbuild node_modules\.staging\blpapi-38e84f48
132 silly gentlyRm C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4 is being purged from base C:\node_bbg
133 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4
134 silly gentlyRm C:\node_bbg\node_modules\.staging\blpapi-38e84f48 is being purged from base C:\node_bbg
135 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\blpapi-38e84f48
136 verbose tar unpack C:\Users\Administrator\AppData\Roaming\npm-cache\custom-error-generator\7.0.0\package.tgz
137 verbose tar unpacking to C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4
138 silly gentlyRm C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4 is being purged
139 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4
140 verbose tar unpack C:\Users\Administrator\AppData\Roaming\npm-cache\blpapi\1.2.0\package.tgz
141 verbose tar unpacking to C:\node_bbg\node_modules\.staging\blpapi-38e84f48
142 silly gentlyRm C:\node_bbg\node_modules\.staging\blpapi-38e84f48 is being purged
143 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\blpapi-38e84f48
144 silly gunzTarPerm modes [ '777', '666' ]
145 silly gunzTarPerm modes [ '777', '666' ]
146 silly gunzTarPerm extractEntry package.json
147 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
148 silly gunzTarPerm extractEntry package.json
149 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
150 silly gunzTarPerm extractEntry .npmignore
151 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
152 silly gunzTarPerm extractEntry README.md
153 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
154 silly gunzTarPerm extractEntry README.md
155 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
156 silly gunzTarPerm extractEntry LICENSE
157 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
158 silly gunzTarPerm extractEntry blpapi.js
159 silly gunzTarPerm modified mode [ 'blpapi.js', 420, 438 ]
160 silly gunzTarPerm extractEntry error.js
161 silly gunzTarPerm modified mode [ 'error.js', 420, 438 ]
162 silly gunzTarPerm extractEntry test.js
163 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
164 silly gunzTarPerm extractEntry .travis.yml
165 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
166 silly gunzTarPerm extractEntry .jshintrc
167 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
168 silly gunzTarPerm extractEntry binding.gyp
169 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]
170 silly gunzTarPerm extractEntry deps/blpapi/LICENSE
171 silly gunzTarPerm modified mode [ 'deps/blpapi/LICENSE', 420, 438 ]
172 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_logging.h
173 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_logging.h', 420, 438 ]
174 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_abstractsession.h
175 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_abstractsession.h',
175 silly gunzTarPerm   420,
175 silly gunzTarPerm   438 ]
176 silly gunzTarPerm extractEntry .travis.yml
177 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
178 silly gunzTarPerm extractEntry Makefile
179 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
180 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_constant.h
181 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_constant.h', 420, 438 ]
182 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_correlationid.h
183 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_correlationid.h',
183 silly gunzTarPerm   420,
183 silly gunzTarPerm   438 ]
184 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_datetime.h
185 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_datetime.h', 420, 438 ]
186 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_defs.h
187 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_defs.h', 420, 438 ]
188 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_diagnosticsutil.h
189 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_diagnosticsutil.h',
189 silly gunzTarPerm   420,
189 silly gunzTarPerm   438 ]
190 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_dispatchtbl.h
191 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_dispatchtbl.h', 420, 438 ]
192 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_element.h
193 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_element.h', 420, 438 ]
194 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_error.h
195 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_error.h', 420, 438 ]
196 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_event.h
197 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_event.h', 420, 438 ]
198 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_eventdispatcher.h
199 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_eventdispatcher.h',
199 silly gunzTarPerm   420,
199 silly gunzTarPerm   438 ]
200 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_eventformatter.h
201 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_eventformatter.h',
201 silly gunzTarPerm   420,
201 silly gunzTarPerm   438 ]
202 silly gentlyRm C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4\node_modules is being purged
203 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4\node_modules
204 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_exception.h
205 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_exception.h', 420, 438 ]
206 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_identity.h
207 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_identity.h', 420, 438 ]
208 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_call.h
209 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_call.h', 420, 438 ]
210 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_message.h
211 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_message.h', 420, 438 ]
212 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_name.h
213 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_name.h', 420, 438 ]
214 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_providersession.h
215 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_providersession.h',
215 silly gunzTarPerm   420,
215 silly gunzTarPerm   438 ]
216 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_request.h
217 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_request.h', 420, 438 ]
218 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_resolutionlist.h
219 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_resolutionlist.h',
219 silly gunzTarPerm   420,
219 silly gunzTarPerm   438 ]
220 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_schema.h
221 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_schema.h', 420, 438 ]
222 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_service.h
223 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_service.h', 420, 438 ]
224 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_session.h
225 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_session.h', 420, 438 ]
226 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_sessionoptions.h
227 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_sessionoptions.h',
227 silly gunzTarPerm   420,
227 silly gunzTarPerm   438 ]
228 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_streamproxy.h
229 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_streamproxy.h', 420, 438 ]
230 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_subscriptionlist.h
231 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_subscriptionlist.h',
231 silly gunzTarPerm   420,
231 silly gunzTarPerm   438 ]
232 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_topic.h
233 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_topic.h', 420, 438 ]
234 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_topiclist.h
235 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_topiclist.h', 420, 438 ]
236 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_types.h
237 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_types.h', 420, 438 ]
238 silly gunzTarPerm extractEntry deps/blpapi/include-3.7.9.1/blpapi_versioninfo.h
239 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.7.9.1/blpapi_versioninfo.h', 420, 438 ]
240 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_message.h
241 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_message.h', 420, 438 ]
242 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_abstractsession.h
243 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_abstractsession.h',
243 silly gunzTarPerm   420,
243 silly gunzTarPerm   438 ]
244 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_constant.h
245 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_constant.h', 420, 438 ]
246 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_correlationid.h
247 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_correlationid.h',
247 silly gunzTarPerm   420,
247 silly gunzTarPerm   438 ]
248 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_datetime.h
249 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_datetime.h', 420, 438 ]
250 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_defs.h
251 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_defs.h', 420, 438 ]
252 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_diagnosticsutil.h
253 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_diagnosticsutil.h',
253 silly gunzTarPerm   420,
253 silly gunzTarPerm   438 ]
254 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_dispatchtbl.h
255 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_dispatchtbl.h', 420, 438 ]
256 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_element.h
257 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_element.h', 420, 438 ]
258 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_error.h
259 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_error.h', 420, 438 ]
260 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_event.h
261 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_event.h', 420, 438 ]
262 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_eventdispatcher.h
263 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_eventdispatcher.h',
263 silly gunzTarPerm   420,
263 silly gunzTarPerm   438 ]
264 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_eventformatter.h
265 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_eventformatter.h',
265 silly gunzTarPerm   420,
265 silly gunzTarPerm   438 ]
266 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_exception.h
267 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_exception.h', 420, 438 ]
268 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_highresolutionclock.h
269 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_highresolutionclock.h',
269 silly gunzTarPerm   420,
269 silly gunzTarPerm   438 ]
270 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_identity.h
271 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_identity.h', 420, 438 ]
272 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_logging.h
273 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_logging.h', 420, 438 ]
274 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_call.h
275 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_call.h', 420, 438 ]
276 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_name.h
277 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_name.h', 420, 438 ]
278 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_providersession.h
279 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_providersession.h',
279 silly gunzTarPerm   420,
279 silly gunzTarPerm   438 ]
280 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_request.h
281 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_request.h', 420, 438 ]
282 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_resolutionlist.h
283 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_resolutionlist.h',
283 silly gunzTarPerm   420,
283 silly gunzTarPerm   438 ]
284 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_schema.h
285 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_schema.h', 420, 438 ]
286 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_service.h
287 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_service.h', 420, 438 ]
288 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_session.h
289 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_session.h', 420, 438 ]
290 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_sessionoptions.h
291 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_sessionoptions.h',
291 silly gunzTarPerm   420,
291 silly gunzTarPerm   438 ]
292 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_streamproxy.h
293 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_streamproxy.h', 420, 438 ]
294 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_subscriptionlist.h
295 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_subscriptionlist.h',
295 silly gunzTarPerm   420,
295 silly gunzTarPerm   438 ]
296 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_timepoint.h
297 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_timepoint.h', 420, 438 ]
298 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_topic.h
299 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_topic.h', 420, 438 ]
300 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_topiclist.h
301 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_topiclist.h', 420, 438 ]
302 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_types.h
303 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_types.h', 420, 438 ]
304 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_versioninfo.h
305 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_versioninfo.h', 420, 438 ]
306 silly gunzTarPerm extractEntry deps/blpapi/include-3.8.1.1/blpapi_versionmacros.h
307 silly gunzTarPerm modified mode [ 'deps/blpapi/include-3.8.1.1/blpapi_versionmacros.h',
307 silly gunzTarPerm   420,
307 silly gunzTarPerm   438 ]
308 silly gunzTarPerm extractEntry deps/blpapi/linux/libblpapi3_32.so
309 silly gunzTarPerm modified mode [ 'deps/blpapi/linux/libblpapi3_32.so', 493, 511 ]
310 silly gunzTarPerm extractEntry deps/blpapi/linux/libblpapi3_64.so
311 silly gunzTarPerm modified mode [ 'deps/blpapi/linux/libblpapi3_64.so', 493, 511 ]
312 silly gunzTarPerm extractEntry deps/blpapi/osx/libblpapi3_32.so
313 silly gunzTarPerm modified mode [ 'deps/blpapi/osx/libblpapi3_32.so', 493, 511 ]
314 silly gunzTarPerm extractEntry deps/blpapi/osx/libblpapi3_64.so
315 silly gunzTarPerm modified mode [ 'deps/blpapi/osx/libblpapi3_64.so', 493, 511 ]
316 silly gunzTarPerm extractEntry deps/blpapi/win/blpapi3_32.lib
317 silly gunzTarPerm modified mode [ 'deps/blpapi/win/blpapi3_32.lib', 493, 511 ]
318 silly gunzTarPerm extractEntry deps/blpapi/win/blpapi3_64.lib
319 silly gunzTarPerm modified mode [ 'deps/blpapi/win/blpapi3_64.lib', 493, 511 ]
320 silly gunzTarPerm extractEntry examples/AuthorizationApplication.js
321 silly gunzTarPerm modified mode [ 'examples/AuthorizationApplication.js', 420, 438 ]
322 silly gunzTarPerm extractEntry examples/FieldSearchRequest.js
323 silly gunzTarPerm modified mode [ 'examples/FieldSearchRequest.js', 420, 438 ]
324 silly gunzTarPerm extractEntry examples/HistoricalDataRequest.js
325 silly gunzTarPerm modified mode [ 'examples/HistoricalDataRequest.js', 420, 438 ]
326 silly gunzTarPerm extractEntry examples/IntradayBarRequest.js
327 silly gunzTarPerm modified mode [ 'examples/IntradayBarRequest.js', 420, 438 ]
328 silly gunzTarPerm extractEntry examples/IntradayTickRequest.js
329 silly gunzTarPerm modified mode [ 'examples/IntradayTickRequest.js', 420, 438 ]
330 silly gunzTarPerm extractEntry examples/Console.js
331 silly gunzTarPerm modified mode [ 'examples/Console.js', 420, 438 ]
332 silly gunzTarPerm extractEntry examples/MarketSubUnsubscription.js
333 silly gunzTarPerm modified mode [ 'examples/MarketSubUnsubscription.js', 420, 438 ]
334 silly gunzTarPerm extractEntry examples/MarketSubscription.js
335 silly gunzTarPerm modified mode [ 'examples/MarketSubscription.js', 420, 438 ]
336 silly gunzTarPerm extractEntry examples/MarketVwapSubscription.js
337 silly gunzTarPerm modified mode [ 'examples/MarketVwapSubscription.js', 420, 438 ]
338 silly gunzTarPerm extractEntry examples/OptionChain.js
339 silly gunzTarPerm modified mode [ 'examples/OptionChain.js', 420, 438 ]
340 silly gunzTarPerm extractEntry examples/MarketBarSubscription.js
341 silly gunzTarPerm modified mode [ 'examples/MarketBarSubscription.js', 420, 438 ]
342 silly gunzTarPerm extractEntry output.i
343 silly gunzTarPerm modified mode [ 'output.i', 420, 438 ]
344 silly gunzTarPerm extractEntry blpapijs.cpp
345 silly gunzTarPerm modified mode [ 'blpapijs.cpp', 420, 438 ]
346 silly gentlyRm C:\node_bbg\node_modules\.staging\blpapi-38e84f48\node_modules is being purged
347 verbose gentlyRm don't care about contents; nuking C:\node_bbg\node_modules\.staging\blpapi-38e84f48\node_modules
348 silly doParallel preinstall 2
349 silly preinstall custom-error-generator@7.0.0 C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4
350 info lifecycle custom-error-generator@7.0.0~preinstall: custom-error-generator@7.0.0
351 silly preinstall blpapi@1.2.0 C:\node_bbg\node_modules\.staging\blpapi-38e84f48
352 info lifecycle blpapi@1.2.0~preinstall: blpapi@1.2.0
353 silly lifecycle custom-error-generator@7.0.0~preinstall: no script for preinstall, continuing
354 silly lifecycle blpapi@1.2.0~preinstall: no script for preinstall, continuing
355 silly doReverseSerial remove 0
356 silly doSerial move 0
357 silly doSerial finalize 2
358 silly finalize C:\node_bbg\node_modules\custom-error-generator
359 silly finalize C:\node_bbg\node_modules\blpapi
360 silly doSerial build 2
361 silly build custom-error-generator@7.0.0
362 info linkStuff custom-error-generator@7.0.0
363 silly linkStuff custom-error-generator@7.0.0 has C:\node_bbg\node_modules as its parent node_modules
364 verbose linkBins custom-error-generator@7.0.0
365 verbose linkMans custom-error-generator@7.0.0
366 silly build blpapi@1.2.0
367 info linkStuff blpapi@1.2.0
368 silly linkStuff blpapi@1.2.0 has C:\node_bbg\node_modules as its parent node_modules
369 verbose linkBins blpapi@1.2.0
370 verbose linkMans blpapi@1.2.0
371 silly doSerial global-link 0
372 silly doParallel update-linked 0
373 silly doSerial install 2
374 silly install custom-error-generator@7.0.0 C:\node_bbg\node_modules\.staging\custom-error-generator-8067d4f4
375 info lifecycle custom-error-generator@7.0.0~install: custom-error-generator@7.0.0
376 silly lifecycle custom-error-generator@7.0.0~install: no script for install, continuing
377 silly install blpapi@1.2.0 C:\node_bbg\node_modules\.staging\blpapi-38e84f48
378 info lifecycle blpapi@1.2.0~install: blpapi@1.2.0
379 verbose lifecycle blpapi@1.2.0~install: unsafe-perm in lifecycle true
380 verbose lifecycle blpapi@1.2.0~install: PATH: C:\nodejs\node_modules\npm\bin\node-gyp-bin;C:\node_bbg\node_modules\blpapi\node_modules\.bin;C:\node_bbg\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\blp\API;C:\blp\API\dde;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\shield;C:\nodejs\;C:\blp\DAPI;C:\blp\DAPI\DDE;C:\Users\Administrator\AppData\Roaming\npm
381 verbose lifecycle blpapi@1.2.0~install: CWD: C:\node_bbg\node_modules\blpapi
382 silly lifecycle blpapi@1.2.0~install: Args: [ '/d /s /c', 'node-gyp configure build' ]
383 silly lifecycle blpapi@1.2.0~install: Returned: code: 1  signal: null
384 info lifecycle blpapi@1.2.0~install: Failed to exec install script
385 verbose unlock done using C:\Users\Administrator\AppData\Roaming\npm-cache\_locks\staging-342a00e07a9e8847.lock for C:\node_bbg\node_modules\.staging
386 silly rollbackFailedOptional Starting
387 silly rollbackFailedOptional Finishing
388 silly runTopLevelLifecycles Finishing
389 silly install printInstalled
390 warn enoent ENOENT: no such file or directory, open 'C:\node_bbg\package.json'
391 verbose enoent ENOENT: no such file or directory, open 'C:\node_bbg\package.json'
391 verbose enoent This is most likely not a problem with npm itself
391 verbose enoent and is related to npm not being able to find a file.
392 warn node_bbg No description
393 verbose If you need help, you may report this error at:
393 verbose     <https://github.com/npm/npm/issues>
394 warn node_bbg No repository field.
395 verbose If you need help, you may report this error at:
395 verbose     <https://github.com/npm/npm/issues>
396 warn node_bbg No README data
397 verbose If you need help, you may report this error at:
397 verbose     <https://github.com/npm/npm/issues>
398 warn node_bbg No license field.
399 verbose If you need help, you may report this error at:
399 verbose     <https://github.com/npm/npm/issues>
400 verbose stack Error: blpapi@1.2.0 install: `node-gyp configure build`
400 verbose stack Exit status 1
400 verbose stack     at EventEmitter.<anonymous> (C:\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
400 verbose stack     at emitTwo (events.js:106:13)
400 verbose stack     at EventEmitter.emit (events.js:191:7)
400 verbose stack     at ChildProcess.<anonymous> (C:\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
400 verbose stack     at emitTwo (events.js:106:13)
400 verbose stack     at ChildProcess.emit (events.js:191:7)
400 verbose stack     at maybeClose (internal/child_process.js:877:16)
400 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
401 verbose pkgid blpapi@1.2.0
402 verbose cwd C:\node_bbg
403 error Windows_NT 6.1.7601
404 error argv "C:\\nodejs\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "blpapi" "--save"
405 error node v6.9.1
406 error npm  v3.10.8
407 error code ELIFECYCLE
408 error blpapi@1.2.0 install: `node-gyp configure build`
408 error Exit status 1
409 error Failed at the blpapi@1.2.0 install script 'node-gyp configure build'.
409 error Make sure you have the latest version of node.js and npm installed.
409 error If you do, this is most likely a problem with the blpapi package,
409 error not with npm itself.
409 error Tell the author that this fails on your system:
409 error     node-gyp configure build
409 error You can get information on how to open an issue for this project with:
409 error     npm bugs blpapi
409 error Or if that isn't available, you can get their info via:
409 error     npm owner ls blpapi
409 error There is likely additional logging output above.
410 verbose exit [ 1, true ]

It seems this is the issue?

32 error not found: git
33 error Failed using git.
33 error This is most likely not a problem with npm itself.
33 error Please check if you have git installed and in your PATH.

I try with git after the default way fails.
Im stuck at:

408 error blpapi@1.2.0 install: `node-gyp configure build`

I try this way cuz the default didnt works

Em 21 de out de 2016 01:57, "Andrew Paprocki" notifications@github.com
escreveu:

It seems this is the issue?

32 error not found: git
33 error Failed using git.
33 error This is most likely not a problem with npm itself.
33 error Please check if you have git installed and in your PATH.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#72 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AANWkObegH3GJckLWBkXXQ387o1h4cEoks5q2Dg9gaJpZM4JmTDF
.

It's not really possible to tell why your build failed in your environment from that log. If you have Visual Studio installed, you can clone the repository and attempt to node-gyp configure build manually and see what the error is.

Its possible to make a full JavaScript lib? This project is a bridge to C++ lib...
That way I have to install a lot of things that I dont use, like python.