- I'm not well versed with DTrace, but these error messages seem to be new when running under
slnode
. - I didn't see anything in the "getting started" about installing
memwatch
, might be worth mentioning in the docs.
Tims-MacBook-Air:auth.chathamfinancial.com timsavery$ slnode src/index.js
memwatch must be installed to use the instances feature
strong-agent profiling
{ [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
server listening on port 4000
Is the slnode
installer aliasing node
to slnode
? If so, that seems wierd, but not sure I could explain why.