You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ node
> var fm = require('font-manager')
undefined
> fm.getAvailableFontsSync()
fish: 'node' terminated by signal SIGSEGV (Address boundary error)
$ mocha node_modules/font-manager/test/index.js
font-manager
✓ should export some functions
getAvailableFonts
✓ should throw if no callback is provided
✓ should throw if callback is not a function
fish: 'mocha node_modules/font-manager…' terminated by signal SIGSEGV (Address boundary error)
I am under OS X 10.11.4 and Nodejs v5.1.0. The Cpp module seems to have been compiled properly, however it crashes the node REPL. Am I doing it the wrong way?
The text was updated successfully, but these errors were encountered:
I am under OS X 10.11.4 and Nodejs v5.1.0. The Cpp module seems to have been compiled properly, however it crashes the node REPL. Am I doing it the wrong way?
The text was updated successfully, but these errors were encountered: