Question

I'm trying use the library another-v8-profiler , but when I try execute the server, the message is displayed: unable to load native module 'profiler.node' from ./build/Release/profiler or ./compiled/win32/x64/v 0.10.12/profiler

Some has an idea?

Was it helpful?

Solution

If you did npm install another-v8-profiler, did you see any errors or any compilation output? You could try npm install node-gyp -g and then changing to the module's root directory and do node-gyp rebuild. If successful, go back to your project's directory and try starting the server again.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top