Skip to content

Instantly share code, notes, and snippets.

@timsavery
Last active November 2, 2017 16:50
Show Gist options
  • Save timsavery/6225396 to your computer and use it in GitHub Desktop.
Save timsavery/6225396 to your computer and use it in GitHub Desktop.
slnode Feedback

Console Output

  1. I'm not well versed with DTrace, but these error messages seem to be new when running under slnode.
  2. 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

Aliasing node?

Is the slnode installer aliasing node to slnode? If so, that seems wierd, but not sure I could explain why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment