Guest User

Untitled

a guest
Jul 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. rv-mjr2:~/work/node_redis (master)$ node example.js
  2. Reply: A value with Unicode: ☕
  3. Segmentation fault
  4. rv-mjr2:~/work/node_redis (master)$ npm uninstall hiredis
  5. npm info it worked if it ends with ok
  6. npm info using npm@0.2.12-1
  7. npm info using node@v0.3.3-pre
  8. npm info preuninstall hiredis@0.1.5
  9. npm info uninstall hiredis@0.1.5
  10. npm info predeactivate hiredis@0.1.5
  11. npm info deactivate hiredis@0.1.5
  12. npm info postdeactivate hiredis@0.1.5
  13. npm info postuninstall hiredis@0.1.5
  14. npm info uninstall hiredis@0.1.5 complete
  15. npm ok
  16. rv-mjr2:~/work/node_redis (master)$ node example.js
  17. Reply: A value with Unicode: ☕
  18. Val: { prop1: 'val1',
  19. prop2: 'val2',
  20. hashtest: 'should be a hash' }
Add Comment
Please, Sign In to add comment