chjj / blessed

A high-level terminal interface library for node.js.
Other
11.21k stars 528 forks source link

blessed breaking build by simply requiring it #354

Open binarymist opened 5 years ago

binarymist commented 5 years ago

image

binarymist commented 5 years ago

This happens both locally and in gitlab CI. Project affected: https://gitlab.com/purpleteam-labs/purpleteam

MikeRalphson commented 5 years ago

Datapoint: works for me in Node 8.10.0 but not in Node 10.12.0 - in Node 8 you might get an error similar to this?

Error: ENOENT: no such file or directory, open '/home/mike/nodejs/blessed-cua-theme/test/logs/listtable.log'

Creating the missing directory resolved the problem for me.