Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>32-bit Node reports warnings for <code>bson</code> and <code>kerberos</code>.<br> I don't understand why is <code>node-gyp</code> even being fired. I thought that native packages come pre-built, with binaries for my OS?<br> Hmm, I guess I thought wrong.</p> <pre><code>... npm http 304 https://registry.npmjs.org/bson/0.2.2 npm http 304 https://registry.npmjs.org/kerberos/0.0.3 &gt; kerberos@0.0.3 install D:\mbo\repos\mean-mbo\node_modules\mongodb\node_modules\kerberos &gt; (node-gyp rebuild 2&gt; builderror.log) || (exit 0) D:\mbo\repos\mean-mbo\node_modules\mongodb\node_modules\kerberos&gt;node "C:\Program Files (x86)\nodejs \node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild &gt; bson@0.2.2 install D:\mbo\repos\mean-mbo\node_modules\mongodb\node_modules\bson &gt; (node-gyp rebuild 2&gt; builderror.log) || (exit 0) D:\mbo\repos\mean-mbo\node_modules\mongodb\node_modules\bson&gt;node "C:\Program Files (x86)\nodejs\nod e_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild kerberos.cc worker.cc security_credentials.cc security_buffer.cc bson.cc C:\Users\mbo\.node-gyp\0.10.18\deps\v8\include\v8.h(184): warning C4506: no definition for inline function 'v8::Persistent&lt;T&gt; v8::Persistent&lt;T&gt;::New(v8::Handle&lt;T&gt;)' [D:\mbo\repos\mean-mbo\node_mod ules\mongodb\node_modules\kerberos\build\kerberos.vcxproj] with [ T=v8::Object ] C:\Users\mbo\.node-gyp\0.10.18\deps\v8\include\v8.h(184): warning C4506: no definition for inline function 'v8::Persistent&lt;T&gt; v8::Persistent&lt;T&gt;::New(v8::Handle&lt;T&gt;)' [D:\mbo\repos\mean-mbo\node_mod ules\mongodb\node_modules\kerberos\build\kerberos.vcxproj] with [ T=v8::FunctionTemplate ] C:\Users\mbo\.node-gyp\0.10.18\deps\v8\include\v8.h(179): warning C4506: no definition for inline function 'v8::Persistent&lt;T&gt; v8::Persistent&lt;T&gt;::New(v8::Handle&lt;T&gt;)' [D:\mbo\repos\mean-mbo\node_mod ules\mongodb\node_modules\kerberos\build\kerberos.vcxproj] with [ T=v8::Object ] security_buffer_descriptor.cc security_context.cc </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload