Open huangqibin opened 5 years ago
I met this problem on node v10.14.0.
same here with node v10.15.1
Also seeing this issue with node v10.10.0
same issue... anyway, successfully installed on node v8.15.1 (don't forget to remove node_modules before), after I tried different node versions
Same issue on Node 10.15.0 with same logs. Please let me know if I can provide anything else useful
I do not see this on:
Versions:
- Node: v10.15.3
- NPM: 6.9.0
- Yarn: 1.15.2
- Base: 26
Also having this issue on node 11.14.0
Hm. Is this tool still being maintained or should we start exploring fixing this ourselves?
This issue may be resolved in the fork mentioned in issue #42 (v9+ support). Worth a try.
Here's a link to node-memwatch, a v9+ fork of memwatch-next.
I had a similar error, even with node-memwatch, but with node-memwatch it went away after installing node-gyp rebuild
. Hope it helps
npm i node-gyp rebuild
npm i node-memwatch
Also, remember to update your code to require node-memwatch
instead of memwatch-next
Also on Node v12.12.0
Same issue on Node v12.13.0
The suggestion by @ksteckert did not work
Same issue on Node v12.14.0
Not working on 13.3.0
npm install memwatch-next
CXX(target) Release/obj.target/memwatch/src/heapdiff.o ../src/heapdiff.cc:95:35: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] String::Utf8Value utfString(str->ToString()); ^ /Users/apple/.node-gyp/11.8.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const);
^
/Users/apple/.node-gyp/11.8.0/include/node/v8config.h:326:29: note: expanded
from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
../src/heapdiff.cc:95:20: warning: 'Utf8Value' is deprecated: Use Isolate
version [-Wdeprecated-declarations]
String::Utf8Value utfString(str->ToString());
^
/Users/apple/.node-gyp/11.8.0/include/node/v8.h:2991:5: note: 'Utf8Value' has
been explicitly marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/apple/.node-gyp/11.8.0/include/node/v8config.h:326:29: note: expanded
from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
2 warnings generated.
CXX(target) Release/obj.target/memwatch/src/init.o
../src/init.cc:20:9: error: no type named 'AddGCEpilogueCallback' in 'v8::V8';
did you mean 'Nan::GCEpilogueCallback'?
v8::V8::AddGCEpilogueCallback(memwatch::after_gc);
^
~~~~~~~~ Nan::GCEpilogueCallback ../../nan/nan.h:745:35: note: 'Nan::GCEpilogueCallback' declared here typedef v8::Isolate::GCCallback GCEpilogueCallback; ^ ../src/init.cc:20:49: error: definition or redeclaration of 'after_gc' not allowed inside a function v8::V8::AddGCEpilogueCallback(memwatch::after_gc);