Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling v8-profiler using npm
    primarykey
    data
    text
    <p>While trying </p> <pre><code>npm install -g v8-profiler </code></pre> <p>I'm hitting the below errors:</p> <pre><code>..\graph_node.cc(99): error C2039: 'GetRetainersCount' : is not a member of 'v8::HeapGraphNode' [C:\Users\username\AppData\Roaming\npm\node_modules\v8 -profiler\build\profiler.vcxproj] C:\Users\username\.node-gyp\0.10.15\deps\v8\include\v8-profiler.h(249) : see declaration of 'v8::HeapGraphNode' ..\graph_node.cc(132): error C2039: 'GetRetainedSize' : is not a member of 'v8::HeapGraphNode' [C:\Users\username\AppData\Roaming\npm\node_modules\v8- profiler\build\profiler.vcxproj] C:\Users\username\.node-gyp\0.10.15\deps\v8\include\v8-profiler.h(249) : see declaration of 'v8::HeapGraphNode' ..\graph_node.cc(154): error C2039: 'GetRetainer' : is not a member of 'v8::HeapGraphNode' [C:\Users\username\AppData\Roaming\npm\node_modules\v8-prof iler\build\profiler.vcxproj] C:\Users\username\.node-gyp\0.10.15\deps\v8\include\v8-profiler.h(249) : see declaration of 'v8::HeapGraphNode' ..\graph_node.cc(162): error C2039: 'GetDominatorNode' : is not a member of 'v8::HeapGraphNode' [C:\Users\username\AppData\Roaming\npm\node_modules\v8 -profiler\build\profiler.vcxproj] C:\Users\username\.node-gyp\0.10.15\deps\v8\include\v8-profiler.h(249) : see declaration of 'v8::HeapGraphNode' profiler.cc </code></pre> <p>Looks like a compilation issue. What might be wrong ? My system has : </p> <ol> <li>Visual Studio 2010</li> <li>Windows SDK 7.1 Note: If you get error on installation, maybe this link will help you.</li> <li>Visual Studio 2010 SP1</li> <li>Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1</li> <li>Python 2.7</li> </ol> <p>As mentioned in : <a href="https://github.com/TooTallNate/node-gyp/wiki/Visual-Studio-2010-Setup" rel="nofollow">https://github.com/TooTallNate/node-gyp/wiki/Visual-Studio-2010-Setup</a></p>
    singulars
    1. This table or related slice is empty.
    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.
 

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